diff options
| author | XTra.KrazzY <XTra.KrazzY@gmail.com> | 2009-06-14 08:37:27 +0000 |
|---|---|---|
| committer | XTra.KrazzY <XTra.KrazzY@gmail.com> | 2009-06-14 08:37:27 +0000 |
| commit | 8a5c382dad48dce1667865d186c64f481ddb35b2 (patch) | |
| tree | 35b40d06b7ca5aa76fb8273f157ac278dd709894 /Source/Core | |
| parent | 7812b2a231fc28a47a9ca77a94d2522c1d691c09 (diff) | |
Linux build fix
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@3436 8ced0084-cf51-0410-be5f-012b33b47a6e
Diffstat (limited to 'Source/Core')
| -rw-r--r-- | Source/Core/Core/Src/PowerPC/Jit64/Jit.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/Core/Core/Src/PowerPC/Jit64/Jit.cpp b/Source/Core/Core/Src/PowerPC/Jit64/Jit.cpp index 549f83b32b..a29f7bcd6c 100644 --- a/Source/Core/Core/Src/PowerPC/Jit64/Jit.cpp +++ b/Source/Core/Core/Src/PowerPC/Jit64/Jit.cpp @@ -338,8 +338,10 @@ void Jit64::Cleanup() { if (jo.optimizeGatherPipe && js.fifoBytesThisBlock > 0) ABI_CallFunction((void *)&GPFifo::CheckGatherPipe); +#ifdef _WIN32 if (GetAsyncKeyState(VK_LSHIFT)) ABI_CallFunction(thunks.ProtectFunction((void *)&CheckForNans, 0)); +#endif } void Jit64::WriteExit(u32 destination, int exit_num) |
