mirror of
https://github.com/logos-storage/plonky2.git
synced 2026-01-04 23:03:08 +00:00
Fix touched_addresses removal (#1473)
This commit is contained in:
parent
10fc96608c
commit
39a2d62d6d
@ -76,8 +76,7 @@ remove_touched_addresses_found:
|
||||
// stack: len-1, i, retdest
|
||||
MLOAD_GENERAL // Load the last address in the list.
|
||||
// stack: last_addr, i, retdest
|
||||
SWAP1
|
||||
MLOAD_GENERAL // Store the last address at the position of the removed address.
|
||||
MSTORE_GENERAL // Store the last address at the position of the removed address.
|
||||
JUMP
|
||||
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user