the time of good commit names is long gone

This commit is contained in:
RSDuck 2020-02-07 00:34:26 +01:00
parent c8b7a34383
commit 225f90cced
1 changed files with 1 additions and 1 deletions

View File

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