diff --git a/Source/Core/Core/Core.vcproj b/Source/Core/Core/Core.vcproj
index 04f9cf037a..582d1e93d1 100644
--- a/Source/Core/Core/Core.vcproj
+++ b/Source/Core/Core/Core.vcproj
@@ -891,14 +891,6 @@
 					RelativePath=".\Src\PowerPC\Jit64\Jit_SystemRegisters.cpp"
 					>
 				</File>
-				<File
-					RelativePath=".\Src\PowerPC\Jit64\JitABI.cpp"
-					>
-				</File>
-				<File
-					RelativePath=".\Src\PowerPC\Jit64\JitABI.h"
-					>
-				</File>
 				<File
 					RelativePath=".\Src\PowerPC\Jit64\JitAsm.cpp"
 					>
diff --git a/Source/Core/Core/Src/PowerPC/Jit64/Jit_LoadStore.cpp b/Source/Core/Core/Src/PowerPC/Jit64/Jit_LoadStore.cpp
index 29a22606f7..8c3fc9a425 100644
--- a/Source/Core/Core/Src/PowerPC/Jit64/Jit_LoadStore.cpp
+++ b/Source/Core/Core/Src/PowerPC/Jit64/Jit_LoadStore.cpp
@@ -259,8 +259,6 @@ namespace Jit64
 
 	void stfs(UGeckoInstruction inst)
 	{
-		Default(inst);
-		return; // LINUXTODO
 		BIT32OLD;
 		OLD;
 		bool update = inst.OPCD & 1;
@@ -338,8 +336,6 @@ namespace Jit64
 
 	void stX(UGeckoInstruction inst)
 	{
-		Default(inst);
-		return;
 		int s = inst.RS;
 		int a = inst.RA;