mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-09-02 15:45:58 +00:00
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
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@
|
|||
#include "Jit.h"
|
||||
#include "JitAsm.h"
|
||||
#include "JitRegCache.h"
|
||||
#include "Jit_Tables.h"
|
||||
#include "../JitCommon/Jit_Tables.h"
|
||||
|
||||
#if defined JITTEST && JITTEST
|
||||
#error Jit64 cannot have JITTEST define
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue