mirror of
https://github.com/logos-storage/plonky2.git
synced 2026-01-07 00:03:10 +00:00
Fix DelegateCall bug
This commit is contained in:
parent
9727eaf1e0
commit
30b97b29e8
@ -201,7 +201,7 @@ global sys_delegatecall:
|
||||
%set_new_ctx_parent_pc(after_call_instruction)
|
||||
DUP4 %set_new_ctx_code
|
||||
|
||||
%stack (new_ctx, kexit_info, callgas, address, args_offset, args_size, ret_offset, ret_size)
|
||||
%stack (new_ctx, kexit_info, callgas, address, value, args_offset, args_size, ret_offset, ret_size)
|
||||
-> (new_ctx, kexit_info, ret_offset, ret_size)
|
||||
%enter_new_ctx
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user