Add missing CPSR update for ASR(2)

This commit is contained in:
Jeffrey Pfau 2013-04-13 01:48:00 -07:00
parent c51ad65cac
commit 75fdcd6750
1 changed files with 2 additions and 1 deletions

View File

@ -196,7 +196,8 @@ DEFINE_DATA_FORM_5_INSTRUCTION_THUMB(ASR2, \
cpu->gprs[rd] = 0; \
} \
} \
})
} \
THUMB_NEUTRAL_S( , , cpu->gprs[rd]))
DEFINE_DATA_FORM_5_INSTRUCTION_THUMB(ADC, ARM_STUB)
DEFINE_DATA_FORM_5_INSTRUCTION_THUMB(SBC, ARM_STUB)