From ae57b960c225d52468f4c8174b01df770051430b Mon Sep 17 00:00:00 2001 From: refractionpcsx2 Date: Fri, 4 Nov 2016 22:30:46 +0000 Subject: [PATCH] Vif-Rec: Initialise IsAligned for VifUnpackSSE_Simple. Should fix the valgrind reported issue (no compatibility changes expected) --- pcsx2/x86/newVif_UnpackSSE.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/pcsx2/x86/newVif_UnpackSSE.cpp b/pcsx2/x86/newVif_UnpackSSE.cpp index 2cfdf907da..acaba228f5 100644 --- a/pcsx2/x86/newVif_UnpackSSE.cpp +++ b/pcsx2/x86/newVif_UnpackSSE.cpp @@ -378,6 +378,7 @@ VifUnpackSSE_Simple::VifUnpackSSE_Simple(bool usn_, bool domask_, int curCycle_) curCycle = curCycle_; usn = usn_; doMask = domask_; + IsAligned = true; } void VifUnpackSSE_Simple::doMaskWrite(const xRegisterSSE& regX) const {