From 05962d9798a065d0a619f31a4013910b9635b5bc Mon Sep 17 00:00:00 2001 From: RSDuck Date: Fri, 7 Feb 2020 00:34:26 +0100 Subject: [PATCH] the time of good commit names is long gone --- src/ARMJIT_A64/ARMJIT_Compiler.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ARMJIT_A64/ARMJIT_Compiler.cpp b/src/ARMJIT_A64/ARMJIT_Compiler.cpp index 20333074..513c117b 100644 --- a/src/ARMJIT_A64/ARMJIT_Compiler.cpp +++ b/src/ARMJIT_A64/ARMJIT_Compiler.cpp @@ -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