From e06f84dd7cce4c5b69ed5285430fde1fda6dd886 Mon Sep 17 00:00:00 2001 From: Nicholas Ward Date: Tue, 21 Feb 2023 12:42:48 -0800 Subject: [PATCH] modmul fix --- evm/src/cpu/kernel/asm/bignum/modmul.asm | 1 - 1 file changed, 1 deletion(-) diff --git a/evm/src/cpu/kernel/asm/bignum/modmul.asm b/evm/src/cpu/kernel/asm/bignum/modmul.asm index 32fa13ad..04addf2e 100644 --- a/evm/src/cpu/kernel/asm/bignum/modmul.asm +++ b/evm/src/cpu/kernel/asm/bignum/modmul.asm @@ -75,7 +75,6 @@ modmul_quotient_end: // stack: modmul_return_1, length, a_start_loc, b_start_loc, m_start_loc, output_loc, scratch_1, scratch_2, scratch_3, retdest %stack (return, len, a, b, m, out, s1, s2) -> (len, s1, m, s2, return, len, a, b, out, s2) // stack: length, scratch_1, m_start_loc, scratch_2, modmul_return_1, length, a_start_loc, b_start_loc, output_loc, scratch_2, scratch_3, retdest - STOP %jump(mul_bignum) modmul_return_1: // stack: length, a_start_loc, b_start_loc, output_loc, scratch_2, scratch_3, retdest