aboutsummaryrefslogtreecommitdiff
path: root/src/ARM_InstrTable.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ARM_InstrTable.h')
-rw-r--r--src/ARM_InstrTable.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ARM_InstrTable.h b/src/ARM_InstrTable.h
index afcc3b2..4422e5c 100644
--- a/src/ARM_InstrTable.h
+++ b/src/ARM_InstrTable.h
@@ -177,7 +177,7 @@ INSTRFUNC_PROTO(ARMInstrTable[4096]) =
A_ORR_REG_ASR_IMM_S, A_LDRSB_REG, A_ORR_REG_ROR_IMM_S, A_LDRSH_REG,
// 0001 1010 0000
- A_MOV_REG_LSL_IMM, A_MOV_REG_LSL_REG, A_MOV_REG_LSR_IMM, A_MOV_REG_LSR_REG,
+ A_MOV_REG_LSL_IMM_DBG, A_MOV_REG_LSL_REG, A_MOV_REG_LSR_IMM, A_MOV_REG_LSR_REG,
A_MOV_REG_ASR_IMM, A_MOV_REG_ASR_REG, A_MOV_REG_ROR_IMM, A_MOV_REG_ROR_REG,
A_MOV_REG_LSL_IMM, A_UNK, A_MOV_REG_LSR_IMM, A_STRH_REG,
A_MOV_REG_ASR_IMM, A_LDRD_REG, A_MOV_REG_ROR_IMM, A_STRD_REG,