mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-21 04:06:44 +00:00
Merge branch 'develop-evmcc' of https://github.com/imapp-pl/ethereum into develop-evmcc
This commit is contained in:
commit
6131cca6ed
4 changed files with 9 additions and 1 deletions
|
|
@ -1,3 +1,5 @@
|
||||||
let f n = n + 1
|
let f n = n + 1
|
||||||
|
|
||||||
return f 2
|
return f 2
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1 +1 @@
|
||||||
630000000d60026300000016585d60005460206000f280600101915058
|
600760026010585d60005460206000f28060010190509058
|
||||||
5
evmcc/test/jump/call2.ethel
Normal file
5
evmcc/test/jump/call2.ethel
Normal file
|
|
@ -0,0 +1,5 @@
|
||||||
|
let f a b = a + b
|
||||||
|
|
||||||
|
return f 2 3
|
||||||
|
|
||||||
|
|
||||||
1
evmcc/test/jump/call2.evm
Normal file
1
evmcc/test/jump/call2.evm
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
6009600260036012585d60005460206000f2818101905090509058
|
||||||
Loading…
Reference in a new issue