Shut up annoying gcc warning about initialization vs declaration order.

This commit is contained in:
riccardom 2009-10-31 18:31:54 +00:00
parent 2922015e6a
commit 2789c7e495
1 changed files with 1 additions and 1 deletions

View File

@ -40,10 +40,10 @@ CommandLine::CommandLine()
, _record_movie_file(0)
, _cflash_image(0)
, _cflash_path(0)
, _num_cores(-1)
, _bios_arm9(NULL)
, _bios_arm7(NULL)
, _bios_swi(0)
, _num_cores(-1)
{
load_slot = 0;
arm9_gdb_port = arm7_gdb_port = 0;