This commit is contained in:
wborgeaud 2023-06-16 09:31:16 +02:00
parent 83ee5fd646
commit 7559bb2f5b
2 changed files with 0 additions and 2 deletions

View File

@ -237,7 +237,6 @@ after_call_instruction_contd:
// stack: kexit_info, new_ctx, success, ret_offset, ret_size
// The callee's terminal instruction will have populated RETURNDATA.
global wtf2:
%copy_returndata_to_mem
EXIT_KERNEL

View File

@ -120,7 +120,6 @@ global blake2_f_contd:
%mload_context_metadata(@CTX_METADATA_PARENT_CONTEXT)
// stack: parent_ctx, addr_0=0, h_0', h_1', h_2', h_3', h_4', h_5', h_6', h_7', kexit_info
global wtf:
%rep 8
// stack: parent_ctx, addr_i, h_i', ..., h_7', kexit_info
%stack (ctx, addr, h_i) -> (ctx, @SEGMENT_RETURNDATA, addr, h_i, addr, ctx)