mirror of https://github.com/PCSX2/pcsx2.git
svu: init all field of RANGE struct
This commit is contained in:
parent
33a7672196
commit
ad7892bd15
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue