stb and stbu do not work under 64bit Linux, re-disabling

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@1293 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
Sonicadvance1
2008-11-25 10:48:07 +00:00
parent 8e0823bf37
commit 29faf7776b
3 changed files with 15 additions and 1 deletions

View File

@ -373,6 +373,14 @@ namespace Jit64
#endif*/
//Still here? Do regular path.
// NOTE: stb and stbu are broken under 64bit Linux
#ifndef _WIN32
#ifdef _M_X64
Default(inst);
return;
#endif
#endif
gpr.Lock(s, a);
gpr.FlushLockX(ABI_PARAM1, ABI_PARAM2);
MOV(32, R(ABI_PARAM2), gpr.R(a));