mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Rename programSize to bytecodeSize.
This commit is contained in:
parent
a285ca44f2
commit
49ac2a1ee5
@ -171,7 +171,7 @@ string AssemblyItem::toAssemblyText() const
|
||||
text = string("dataSize(sub_") + to_string(size_t(data())) + ")";
|
||||
break;
|
||||
case PushProgramSize:
|
||||
text = string("programSize");
|
||||
text = string("bytecodeSize");
|
||||
break;
|
||||
case PushLibraryAddress:
|
||||
text = string("linkerSymbol(\"") + toHex(data()) + string("\")");
|
||||
|
Loading…
Reference in New Issue
Block a user