Iniatilize _spu_advanced othwerise we read uninitialized
memory as reported by valgrind.
This commit is contained in:
parent
9b8a0dc52c
commit
27484f074f
|
@ -45,6 +45,7 @@ CommandLine::CommandLine()
|
|||
, _bios_arm9(NULL)
|
||||
, _bios_arm7(NULL)
|
||||
, _bios_swi(0)
|
||||
, _spu_advanced(0)
|
||||
, _num_cores(-1)
|
||||
{
|
||||
load_slot = 0;
|
||||
|
|
Loading…
Reference in New Issue