mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-18 00:09:11 +00:00
Jit64IL: remove unused macro
This commit is contained in:
parent
591a27e328
commit
e684e902ef
1 changed files with 0 additions and 6 deletions
|
@ -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
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue