From 49ac2a1ee5005f641e875823a84ee73c9e93a7c5 Mon Sep 17 00:00:00 2001 From: chriseth Date: Fri, 9 Dec 2016 11:03:29 +0100 Subject: Rename programSize to bytecodeSize. --- libevmasm/AssemblyItem.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libevmasm/AssemblyItem.cpp b/libevmasm/AssemblyItem.cpp index 8b3f920a..b790e094 100644 --- a/libevmasm/AssemblyItem.cpp +++ b/libevmasm/AssemblyItem.cpp @@ -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("\")"); -- cgit v1.2.3