From 733769303c8f6f422b0e837add453406b9da6720 Mon Sep 17 00:00:00 2001 From: Jesse Talavera-Greenberg Date: Wed, 6 Dec 2023 09:17:09 -0500 Subject: Add `override` to the ARM64 JIT's destructor --- src/ARMJIT_A64/ARMJIT_Compiler.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ARMJIT_A64/ARMJIT_Compiler.h b/src/ARMJIT_A64/ARMJIT_Compiler.h index 72dd7bc..7765690 100644 --- a/src/ARMJIT_A64/ARMJIT_Compiler.h +++ b/src/ARMJIT_A64/ARMJIT_Compiler.h @@ -101,7 +101,7 @@ public: #else explicit Compiler(melonDS::NDS& nds) : XEmitter(), NDS(nds) {} #endif - ~Compiler(); + ~Compiler() override; void PushRegs(bool saveHiRegs, bool saveRegsToBeChanged, bool allowUnload = true); void PopRegs(bool saveHiRegs, bool saveRegsToBeChanged); -- cgit v1.2.3