mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-25 23:29:55 -06:00
Exclude JIT-related declarations more aggressively
This commit is contained in:

committed by
Nadia Holmquist Pedersen

parent
733769303c
commit
53e5aa6298
@ -20,10 +20,6 @@
|
||||
#define ARMJIT_COMPILER_H
|
||||
|
||||
#ifdef JIT_ENABLED
|
||||
#define NOOP_IF_NO_JIT
|
||||
#else
|
||||
#define NOOP_IF_NO_JIT {}
|
||||
#endif
|
||||
|
||||
#if defined(__x86_64__)
|
||||
#include "ARMJIT_x64/ARMJIT_Compiler.h"
|
||||
@ -34,3 +30,5 @@
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user