mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-25 23:29:44 -06:00
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:
@ -319,13 +319,6 @@ namespace Jit64
|
|||||||
#endif*/
|
#endif*/
|
||||||
|
|
||||||
//Still here? Do regular path.
|
//Still here? Do regular path.
|
||||||
#ifndef _WIN32
|
|
||||||
if(accessSize == 8)
|
|
||||||
{
|
|
||||||
Default(inst);
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
#endif
|
|
||||||
gpr.Lock(s, a);
|
gpr.Lock(s, a);
|
||||||
gpr.FlushLockX(ABI_PARAM1, ABI_PARAM2);
|
gpr.FlushLockX(ABI_PARAM1, ABI_PARAM2);
|
||||||
MOV(32, R(ABI_PARAM2), gpr.R(a));
|
MOV(32, R(ABI_PARAM2), gpr.R(a));
|
||||||
|
Reference in New Issue
Block a user