mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-10 08:09:26 +01:00
Jit64IL: remove unused macro
This commit is contained in:
parent
591a27e328
commit
e684e902ef
@ -36,12 +36,6 @@
|
||||
#include "Core/PowerPC/JitILCommon/IR.h"
|
||||
#include "Core/PowerPC/JitILCommon/JitILBase.h"
|
||||
|
||||
#if _M_X86_64
|
||||
#define DISABLE64 \
|
||||
{FallBackToInterpreter(inst); return;}
|
||||
#else
|
||||
#define DISABLE64
|
||||
#endif
|
||||
|
||||
class JitIL : public JitILBase, public EmuCodeBlock
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user