Rename programSize to bytecodeSize.

This commit is contained in:
chriseth 2016-12-09 11:03:29 +01:00
parent a285ca44f2
commit 49ac2a1ee5

View File

@ -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("\")");