Add override to the ARM64 JIT's destructor

This commit is contained in:
Jesse Talavera-Greenberg
2023-12-06 09:17:09 -05:00
committed by Nadia Holmquist Pedersen
parent 582a421447
commit 733769303c

View File

@ -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);