Fix comment

This commit is contained in:
4l0n50 2024-01-11 14:26:28 +01:00
parent f9c3ad6646
commit ac9f704f97

View File

@ -229,7 +229,7 @@ global write_table_if_jumpdest:
SWAP1 SWAP1
// Compute in_range' = in_range AND // 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 // - (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. // Compute also that ~has_prefix = ~has_prefix OR is_0_at_7 for all bytes.