mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-24 14:49:42 -06:00
Jit64IL: remove unused macro
This commit is contained in:
@ -36,12 +36,6 @@
|
|||||||
#include "Core/PowerPC/JitILCommon/IR.h"
|
#include "Core/PowerPC/JitILCommon/IR.h"
|
||||||
#include "Core/PowerPC/JitILCommon/JitILBase.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
|
class JitIL : public JitILBase, public EmuCodeBlock
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user