From e96b29f84f1370bb14badcfff4bb52c3c67427c1 Mon Sep 17 00:00:00 2001 From: Gregory Hainaut Date: Mon, 28 Mar 2016 17:25:10 +0200 Subject: [PATCH] mVU: init microRegAlloc CID 146988 --- pcsx2/x86/microVU_IR.h | 1 + 1 file changed, 1 insertion(+) diff --git a/pcsx2/x86/microVU_IR.h b/pcsx2/x86/microVU_IR.h index 02dbf3d6c5..04dba0d921 100644 --- a/pcsx2/x86/microVU_IR.h +++ b/pcsx2/x86/microVU_IR.h @@ -240,6 +240,7 @@ protected: public: microRegAlloc(int _index) { index = _index; + reset(); } // Fully resets the regalloc by clearing all cached data