From ad7892bd152f04594fa6c278e5367348216781b3 Mon Sep 17 00:00:00 2001 From: Gregory Hainaut Date: Sun, 22 Jan 2017 16:10:43 +0100 Subject: [PATCH] svu: init all field of RANGE struct --- pcsx2/x86/sVU_zerorec.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pcsx2/x86/sVU_zerorec.cpp b/pcsx2/x86/sVU_zerorec.cpp index 7412997ce..bdf3c3ba7 100644 --- a/pcsx2/x86/sVU_zerorec.cpp +++ b/pcsx2/x86/sVU_zerorec.cpp @@ -141,7 +141,7 @@ struct VuFunctionHeader { struct RANGE { - RANGE() : pmem(NULL) {} + RANGE() : start(0), size(0), pmem(NULL) {} u16 start, size; void* pmem; // all the mem