Remove code disabling jit of stb on linux; it seems to work fine

here.  Please tell me if there are any issues.



git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@1254 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
magumagu9 2008-11-22 20:59:06 +00:00
parent 9fe8f8b6dd
commit fcce3240ea
1 changed files with 0 additions and 7 deletions

View File

@ -319,13 +319,6 @@ namespace Jit64
#endif*/
//Still here? Do regular path.
#ifndef _WIN32
if(accessSize == 8)
{
Default(inst);
return;
}
#endif
gpr.Lock(s, a);
gpr.FlushLockX(ABI_PARAM1, ABI_PARAM2);
MOV(32, R(ABI_PARAM2), gpr.R(a));