From ac9f704f97caebefeb934960653015acb261759c Mon Sep 17 00:00:00 2001 From: 4l0n50 Date: Thu, 11 Jan 2024 14:26:28 +0100 Subject: [PATCH] Fix comment --- evm/src/cpu/kernel/asm/core/jumpdest_analysis.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/evm/src/cpu/kernel/asm/core/jumpdest_analysis.asm b/evm/src/cpu/kernel/asm/core/jumpdest_analysis.asm index fef192ce..9dee5d2b 100644 --- a/evm/src/cpu/kernel/asm/core/jumpdest_analysis.asm +++ b/evm/src/cpu/kernel/asm/core/jumpdest_analysis.asm @@ -229,7 +229,7 @@ global write_table_if_jumpdest: SWAP1 // Compute in_range' = in_range AND - // - (0xFF|X⁷)³² for bytes in positions 1-7 and 16-23 + // - (0xFF|X⁷)³² for bytes in 1, 4-5, 8-9, 12-13, 16-17, 20-21, 24-25, 28-29 // - (has_prefix => is_0_at_7 |X⁷)³² on the rest // Compute also that ~has_prefix = ~has_prefix OR is_0_at_7 for all bytes.