Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Nashtare committed Oct 23, 2023
1 parent 503a31b commit 4140eb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion evm/src/cpu/kernel/asm/memory/syscalls.asm
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ global sys_returndatacopy:
GET_CONTEXT
%stack (context, kexit_info, dest_offset, offset, size) ->
(context, @SEGMENT_MAIN_MEMORY, dest_offset, context, @SEGMENT_RETURNDATA, offset, size, wcopy_after, kexit_info)
%jump(memcpy_bytes)
%jump(memcpy)

returndatacopy_empty:
%stack (kexit_info, dest_offset, offset, size) -> (kexit_info)
Expand Down

0 comments on commit 4140eb5

Please sign in to comment.