aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorRSDuck <rsduck@users.noreply.github.com>2020-02-07 00:34:26 +0100
committerRSDuck <rsduck@users.noreply.github.com>2020-04-26 13:05:14 +0200
commit05962d9798a065d0a619f31a4013910b9635b5bc (patch)
treea3ed269e88ba2c938071c900a770f19f54beb468 /src
parente9760c941b1e08d4908bf8697e1fa427f6ed8b85 (diff)
the time of good commit names is long gone
Diffstat (limited to 'src')
-rw-r--r--src/ARMJIT_A64/ARMJIT_Compiler.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ARMJIT_A64/ARMJIT_Compiler.cpp b/src/ARMJIT_A64/ARMJIT_Compiler.cpp
index 2033307..513c117 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