fix LDM usermode for aarch64 as well

This commit is contained in:
RSDuck
2020-02-04 19:07:30 +01:00
parent 2dbb9840fb
commit 42d67c8145
3 changed files with 5 additions and 2 deletions

View File

@ -357,7 +357,8 @@ const Compiler::CompileFunc A_Comp[ARMInstrInfo::ak_Count] =
// Branch
F(BranchImm), F(BranchImm), F(BranchImm), F(BranchXchangeReg), F(BranchXchangeReg),
// Special
NULL, NULL, NULL, NULL, NULL, NULL, NULL
NULL, NULL, NULL, NULL, NULL, NULL, NULL,
F(Nop)
};
#undef F
#define F(x) &Compiler::T_Comp_##x