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:
parent
9fe8f8b6dd
commit
fcce3240ea
|
@ -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));
|
||||
|
|
Loading…
Reference in New Issue