From c9e430ae068b2ddea8135b97e4e33f81f84ea22c Mon Sep 17 00:00:00 2001 From: Yoichi Hirai Date: Fri, 12 May 2017 14:25:59 +0200 Subject: Fallback on the hex code while lllc implements RETURNDATACOPY --- .../stReturnDataTest/returndatacopy_initialFiller.json | 1 + 1 file changed, 1 insertion(+) diff --git a/src/GeneralStateTestsFiller/stReturnDataTest/returndatacopy_initialFiller.json b/src/GeneralStateTestsFiller/stReturnDataTest/returndatacopy_initialFiller.json index 4ac783505..ce2e8a0dc 100644 --- a/src/GeneralStateTestsFiller/stReturnDataTest/returndatacopy_initialFiller.json +++ b/src/GeneralStateTestsFiller/stReturnDataTest/returndatacopy_initialFiller.json @@ -42,6 +42,7 @@ "0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : { "balance" : "0x0de0b6b3a7640000", "code" : "{ (MSTORE 0 0x112233445566778899aabbccddeeff) (RETURNDATACOPY 32 0 0) (SSTORE 0 (MLOAD 0)) }", + "code" : "0x306000526020600060000e600051600055", "nonce" : "0x00", "storage" : { "0x00" : "0x01" -- cgit v1.2.3