bnjbvr requested julian-seward1 for a review on PR #2074.
bnjbvr opened PR #2074 from x64-fix-jmp-table-negative
to main
:
The jump table offset that's loaded out of the jump table could be
signed (if it's an offset to before the jump table itself), so we should
use a signed extension there, not an unsigned extension.
julian-seward1 submitted PR Review.
julian-seward1 submitted PR Review.
julian-seward1 created PR Review Comment:
nano-nit: It's definitely signed; maybe you meant "it might be negative" ?
bnjbvr updated PR #2074 from x64-fix-jmp-table-negative
to main
:
The jump table offset that's loaded out of the jump table could be
signed (if it's an offset to before the jump table itself), so we should
use a signed extension there, not an unsigned extension.
bnjbvr merged PR #2074.
Last updated: Nov 22 2024 at 16:03 UTC