aboutsummaryrefslogtreecommitdiff
path: root/ARM_InstrTable.h
diff options
context:
space:
mode:
authorStapleButter <thetotalworm@gmail.com>2016-12-05 23:17:03 +0100
committerStapleButter <thetotalworm@gmail.com>2016-12-05 23:17:03 +0100
commitc8a0058ebc7440493ed8483b8630140e6811acfd (patch)
tree23c59cc6ab9c16577a195ca5582c01d6fc738b2c /ARM_InstrTable.h
parent8c8c78cf8347bde1e1853782f1c9b5316c7c339d (diff)
implementation of VRAM and other misc crap
Diffstat (limited to 'ARM_InstrTable.h')
-rw-r--r--ARM_InstrTable.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ARM_InstrTable.h b/ARM_InstrTable.h
index e39703c..351f40b 100644
--- a/ARM_InstrTable.h
+++ b/ARM_InstrTable.h
@@ -153,7 +153,7 @@ INSTRFUNC_PROTO(ARMInstrTable[4096]) =
A_CMP_REG_ASR_IMM, A_LDRSB_IMM, A_CMP_REG_ROR_IMM, A_LDRSH_IMM,
// 0001 0110 0000
- A_MSR_REG, A_UNK, A_UNK, A_UNK,
+ A_MSR_REG, A_CLZ, A_UNK, A_UNK,
A_UNK, A_UNK, A_UNK, A_UNK,
A_UNK, A_UNK, A_UNK, A_STRH_IMM,
A_UNK, A_LDRD_IMM, A_UNK, A_STRD_IMM,