From 7559bb2f5b2bc360b81da7abdb5739410c23c0c4 Mon Sep 17 00:00:00 2001 From: wborgeaud Date: Fri, 16 Jun 2023 09:31:16 +0200 Subject: [PATCH] Minor --- evm/src/cpu/kernel/asm/core/call.asm | 1 - evm/src/cpu/kernel/asm/core/precompiles/blake2_f.asm | 1 - 2 files changed, 2 deletions(-) diff --git a/evm/src/cpu/kernel/asm/core/call.asm b/evm/src/cpu/kernel/asm/core/call.asm index e8359936..af5ab319 100644 --- a/evm/src/cpu/kernel/asm/core/call.asm +++ b/evm/src/cpu/kernel/asm/core/call.asm @@ -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 diff --git a/evm/src/cpu/kernel/asm/core/precompiles/blake2_f.asm b/evm/src/cpu/kernel/asm/core/precompiles/blake2_f.asm index acf9be42..4a584626 100644 --- a/evm/src/cpu/kernel/asm/core/precompiles/blake2_f.asm +++ b/evm/src/cpu/kernel/asm/core/precompiles/blake2_f.asm @@ -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)