This commit is contained in:
Nicholas Ward 2023-02-15 14:51:22 -08:00
parent af3dc287df
commit c98bfb0b2c

View File

@ -152,7 +152,7 @@ fn test_add_bignum() -> Result<()> {
let expected_sum: Vec<U256> = biguint_to_mem_vec(sum); let expected_sum: Vec<U256> = biguint_to_mem_vec(sum);
let a_start_loc = 0.into(); let a_start_loc = 0.into();
let b_start_loc = length ; let b_start_loc = length;
// Prepare stack. // Prepare stack.
let retdest = 0xDEADBEEFu32.into(); let retdest = 0xDEADBEEFu32.into();