Iniatilize _spu_advanced othwerise we read uninitialized

memory as reported by valgrind.
This commit is contained in:
riccardom 2010-01-29 11:14:35 +00:00
parent 9b8a0dc52c
commit 27484f074f
1 changed files with 1 additions and 0 deletions

View File

@ -45,6 +45,7 @@ CommandLine::CommandLine()
, _bios_arm9(NULL)
, _bios_arm7(NULL)
, _bios_swi(0)
, _spu_advanced(0)
, _num_cores(-1)
{
load_slot = 0;