Skip to content
This repository was archived by the owner on Jan 5, 2019. It is now read-only.

Commit 5881af0

Browse files
committed
Apply changes from evm2wasm#305 to cpp implementation
1 parent dc7a9a3 commit 5881af0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

include/evm2wasm.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,8 @@ static std::map<opcodeEnum, std::vector<opcodeEnum>> depMap = {
312312
{opcodeEnum::bswap_m256, opcodeEnum::memusegas, opcodeEnum::check_overflow_i64,
313313
opcodeEnum::check_overflow, opcodeEnum::memset, opcodeEnum::callback_32}},
314314
{opcodeEnum::DELEGATECALL, {opcodeEnum::callback, opcodeEnum::memusegas,
315-
opcodeEnum::check_overflow, opcodeEnum::memset}},
315+
opcodeEnum::check_overflow, opcodeEnum::memset,
316+
opcodeEnum::check_overflow_i64}},
316317
{opcodeEnum::CALLCODE,
317318
{opcodeEnum::bswap_m256, opcodeEnum::callback, opcodeEnum::memusegas,
318319
opcodeEnum::check_overflow, opcodeEnum::memset, opcodeEnum::callback_32,

0 commit comments

Comments
 (0)