From 30aedd45babadc6726cab3019f82bc23a1ec68f8 Mon Sep 17 00:00:00 2001 From: Date: Mon, 15 Feb 2016 14:12:33 -0500 Subject: [PATCH] [RSP] typo in re-compiler ops --- Source/RSP/Recompiler Ops.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/RSP/Recompiler Ops.c b/Source/RSP/Recompiler Ops.c index 1513dfe83..ae9f23c72 100644 --- a/Source/RSP/Recompiler Ops.c +++ b/Source/RSP/Recompiler Ops.c @@ -2976,7 +2976,7 @@ void Compile_Vector_VMADM ( void ) { char Reg[256]; int count, el, del; - Boolean bOptimize = (SPOpC.rs & 8) ? TRUE : FALSE; + Boolean bOptimize = (RSPOpC.rs & 8) ? TRUE : FALSE; Boolean bWriteToDest = WriteToVectorDest(RSPOpC.sa, CompilePC); #ifndef CompileVmadm