Patch: Fix DISP32 for ADD_RM32_R32

This commit is contained in:
0x221E
2026-02-04 22:56:38 +01:00
parent 92b4d0b546
commit fe1370359e
3 changed files with 11 additions and 2 deletions

View File

@@ -8,7 +8,7 @@
uint8_t test[] = {
0xB8, 0xF4, 0x00, 0x00, 0x00,
0xB9, 0x00, 0x80, 0x00, 0x00,
0x01, 0x81, 0x10, 0x00, 0x00, 0x00,
0x01, 0x05, 0x10, 0x80, 0x00, 0x00,
0x00,
};