Reclassify thumb load/store multiple instructions

This commit is contained in:
Jeffrey Pfau 2013-11-02 04:12:21 -07:00
parent 764d9740ee
commit 01d4672f56
1 changed files with 1 additions and 1 deletions

View File

@ -224,7 +224,7 @@ DEFINE_LOAD_STORE_WITH_REGISTER_THUMB(STRH2, STRH, STORE_CYCLES)
info->memory.baseReg = RN; \
info->accessesSpecialRegisters = SPECIAL_REG; \
info->op1.immediate = (opcode & 0xFF) | ADDITIONAL_REG; \
info->operandFormat = ARM_OPERAND_IMMEDIATE_1; \
info->operandFormat = ARM_OPERAND_MEMORY_1; \
info->memory.format = ARM_MEMORY_REGISTER_BASE | \
ARM_MEMORY_POST_INCREMENT;)