aboutsummaryrefslogtreecommitdiff
path: root/src/ARMInterpreter_ALU.h
diff options
context:
space:
mode:
authorStapleButter <thetotalworm@gmail.com>2018-12-31 20:58:58 +0100
committerStapleButter <thetotalworm@gmail.com>2018-12-31 20:58:58 +0100
commitb6481a28acba2caa9e5e9033446c9e5285e43f04 (patch)
tree965a9d994b3e6e0c5fde73908cc5aab7634c2c64 /src/ARMInterpreter_ALU.h
parenteec27ebf6967d2100924fd79563702ef456a56b6 (diff)
make nocashprint work from ARM code too.
fixes #315
Diffstat (limited to 'src/ARMInterpreter_ALU.h')
-rw-r--r--src/ARMInterpreter_ALU.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ARMInterpreter_ALU.h b/src/ARMInterpreter_ALU.h
index 813135d..68c84f4 100644
--- a/src/ARMInterpreter_ALU.h
+++ b/src/ARMInterpreter_ALU.h
@@ -72,6 +72,8 @@ A_PROTO_ALU_OP(MOV)
A_PROTO_ALU_OP(BIC)
A_PROTO_ALU_OP(MVN)
+void A_MOV_REG_LSL_IMM_DBG(ARM* cpu);
+
void A_MUL(ARM* cpu);
void A_MLA(ARM* cpu);
void A_UMULL(ARM* cpu);