From c0a710fadb57f3cf52ea54f5aee4ce8cf3ee519f Mon Sep 17 00:00:00 2001 From: rogerman Date: Fri, 2 Jan 2015 09:48:39 +0000 Subject: [PATCH] Windows Port: - Fix compiling issue. (Regression from r5061.) --- desmume/src/windows/main.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/desmume/src/windows/main.cpp b/desmume/src/windows/main.cpp index ed4c52413..2bd139045 100644 --- a/desmume/src/windows/main.cpp +++ b/desmume/src/windows/main.cpp @@ -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();