Skip to content

Fix missing braces in x64run0f.c opcode 0x00 handler#3471

Merged
ptitSeb merged 1 commit intoptitSeb:mainfrom
devarajabc:CHECK_WOWO
Feb 5, 2026
Merged

Fix missing braces in x64run0f.c opcode 0x00 handler#3471
ptitSeb merged 1 commit intoptitSeb:mainfrom
devarajabc:CHECK_WOWO

Conversation

@devarajabc
Copy link
Contributor

The else branch at line 89 was missing braces, causing the second switch statement to always execute regardless of rex.is32bits.

The else branch at line 89 was missing braces, causing the second
switch statement to always execute regardless of rex.is32bits.

In 32-bit mode, after the first switch handled instructions like
VERR/VERW (cases 4/5), the second switch would also run and hit
default, returning 0.
@devarajabc devarajabc marked this pull request as draft February 5, 2026 15:58
@devarajabc devarajabc marked this pull request as ready for review February 5, 2026 16:09
@ptitSeb ptitSeb merged commit 1aed7e0 into ptitSeb:main Feb 5, 2026
27 checks passed
@ptitSeb
Copy link
Owner

ptitSeb commented Feb 5, 2026

Right, thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants