From d9694d95a6dbd3f92bb505a39b65659aae41a127 Mon Sep 17 00:00:00 2001 From: Nicholas Ward Date: Mon, 8 May 2023 16:22:12 -0700 Subject: [PATCH] fix --- evm/src/cpu/kernel/asm/memory/core.asm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/evm/src/cpu/kernel/asm/memory/core.asm b/evm/src/cpu/kernel/asm/memory/core.asm index 38a7adaf..c1c6fe10 100644 --- a/evm/src/cpu/kernel/asm/memory/core.asm +++ b/evm/src/cpu/kernel/asm/memory/core.asm @@ -195,20 +195,20 @@ // stack: c_3 = (value >> 24) % (1 << 8), c_2, c_1, c_0, segment, offset, context DUP6 DUP6 - DUP8 + DUP9 // stack: context, segment, offset, c_3, c_2, c_1, c_0, segment, offset, context MSTORE_GENERAL // stack: c_2, c_1, c_0, segment, offset, context DUP5 %increment DUP5 - DUP7 + DUP8 MSTORE_GENERAL // stack: c_1, c_0, segment, offset, context DUP4 %add_const(2) DUP4 - DUP6 + DUP7 MSTORE_GENERAL // stack: c_0, segment, offset, context SWAP2