Fix implementation of getCodeSize in Ewasm

This commit is contained in:
Alex Beregszaszi
2019-12-18 14:58:28 +00:00
parent b3caf35e88
commit 7d3ccee921
4 changed files with 2 additions and 5 deletions
+1 -1
View File
@@ -120,7 +120,7 @@ void WasmDialect::addEthereumExternals()
{"getCaller", {i32ptr}, {}},
{"getCallValue", {i32ptr}, {}},
{"codeCopy", {i32ptr, i32, i32}, {}},
{"getCodeSize", {i32ptr}, {}},
{"getCodeSize", {}, {i32}},
{"getBlockCoinbase", {i32ptr}, {}},
{"create", {i32ptr, i32ptr, i32, i32ptr}, {i32}},
{"getBlockDifficulty", {i32ptr}, {}},