From fcce3240ea2f492c35f344a86358ded91512bb73 Mon Sep 17 00:00:00 2001 From: magumagu9 Date: Sat, 22 Nov 2008 20:59:06 +0000 Subject: [PATCH] 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 --- Source/Core/Core/Src/PowerPC/Jit64/Jit_LoadStore.cpp | 7 ------- 1 file changed, 7 deletions(-) diff --git a/Source/Core/Core/Src/PowerPC/Jit64/Jit_LoadStore.cpp b/Source/Core/Core/Src/PowerPC/Jit64/Jit_LoadStore.cpp index 773e185e13..7a3ad1bad1 100644 --- a/Source/Core/Core/Src/PowerPC/Jit64/Jit_LoadStore.cpp +++ b/Source/Core/Core/Src/PowerPC/Jit64/Jit_LoadStore.cpp @@ -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));