mirror of
https://github.com/status-im/nimbus-eth1.git
synced 2025-01-13 22:04:52 +00:00
implement EIP214: staticCall opcode
This commit is contained in:
parent
52caf0c248
commit
7940d443e9
@ -201,6 +201,7 @@ proc genByzantiumJumpTable(ops: array[Op, NimNode]): array[Op, NimNode] {.compil
|
|||||||
result[Revert] = newIdentNode "revert"
|
result[Revert] = newIdentNode "revert"
|
||||||
result[ReturnDataSize] = newIdentNode "returnDataSize"
|
result[ReturnDataSize] = newIdentNode "returnDataSize"
|
||||||
result[ReturnDataCopy] = newIdentNode "returnDataCopy"
|
result[ReturnDataCopy] = newIdentNode "returnDataCopy"
|
||||||
|
result[StaticCall] = newIdentNode"staticCall"
|
||||||
|
|
||||||
let ByzantiumOpDispatch {.compileTime.}: array[Op, NimNode] = genByzantiumJumpTable(SpuriousOpDispatch)
|
let ByzantiumOpDispatch {.compileTime.}: array[Op, NimNode] = genByzantiumJumpTable(SpuriousOpDispatch)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user