make nocashprint work from ARM code too.

fixes #315
This commit is contained in:
StapleButter
2018-12-31 20:58:58 +01:00
parent eec27ebf69
commit b6481a28ac
4 changed files with 18 additions and 4 deletions

View File

@ -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);