Forgot to change a header when checking to make sure it compiles for JitIL
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@3735 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
3ede866c37
commit
112b742d31
|
@ -35,7 +35,7 @@
|
||||||
#include "Jit.h"
|
#include "Jit.h"
|
||||||
#include "JitAsm.h"
|
#include "JitAsm.h"
|
||||||
#include "JitRegCache.h"
|
#include "JitRegCache.h"
|
||||||
#include "Jit_Tables.h"
|
#include "../JitCommon/Jit_Tables.h"
|
||||||
|
|
||||||
#if defined JITTEST && JITTEST
|
#if defined JITTEST && JITTEST
|
||||||
#error Jit64 cannot have JITTEST define
|
#error Jit64 cannot have JITTEST define
|
||||||
|
|
Loading…
Reference in New Issue