CPU/NewRec: Fix register allocation crash on Linux

This commit is contained in:
Stenzek
2024-05-14 13:57:35 +10:00
parent e517581041
commit 8f415a44e6
4 changed files with 9 additions and 54 deletions

View File

@ -229,9 +229,6 @@ void InterpretUncachedBlock();
void LogCurrentState();
#if defined(ENABLE_RECOMPILER) || defined(ENABLE_NEWREC)
#define ENABLE_RECOMPILER_SUPPORT 1
#if defined(_DEBUG) || false
// Enable disassembly of host assembly code.
#define ENABLE_HOST_DISASSEMBLY 1
@ -278,6 +275,4 @@ extern PerfScope MIPSPerfScope;
#endif // ENABLE_RECOMPILER_PROFILING
#endif // ENABLE_RECOMPILER
} // namespace CPU::CodeCache