Windows Port:

- Fix compiling issue. (Regression from r5061.)
This commit is contained in:
rogerman 2015-01-02 09:48:39 +00:00
parent 5b9061264b
commit c0a710fadb
1 changed files with 2 additions and 2 deletions

View File

@ -3445,10 +3445,10 @@ int _main()
#ifdef GDB_STUB
destroyStub_gdb(arm9_gdb_stub);
gdbStubHandleARM9 = NULL;
arm9_gdb_stub = NULL;
destroyStub_gdb(arm7_gdb_stub);
gdbStubHandleARM7 = NULL;
arm7_gdb_stub = NULL;
#endif
NDS_DeInit();