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…
Reference in New Issue