Rename programSize to bytecodeSize.

This commit is contained in:
chriseth
2017-01-03 14:13:49 +01:00
parent a285ca44f2
commit 49ac2a1ee5
+1 -1
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("\")");