mirror of https://github.com/mgba-emu/mgba.git
Fix cmp and related opcodes in disassembler
This commit is contained in:
parent
5eb729faf6
commit
5477c891c5
|
@ -103,7 +103,9 @@
|
|||
info->affectsCPSR = S; \
|
||||
SHIFTER; \
|
||||
if (SKIPPED == 1) { \
|
||||
info->operandFormat &= ~ARM_OPERAND_1; \
|
||||
info->operandFormat >>= 8; \
|
||||
info->op1 = info->op2; \
|
||||
info->op2 = info->op3; \
|
||||
} else if (SKIPPED == 2) { \
|
||||
info->operandFormat &= ~ARM_OPERAND_2; \
|
||||
} \
|
||||
|
|
Loading…
Reference in New Issue