From 09b7c290184a9e0dcefd4b797886ddd415951c10 Mon Sep 17 00:00:00 2001 From: zeromus Date: Fri, 28 Jul 2006 04:53:50 +0000 Subject: [PATCH] fixed windows dependency in debug core --- Makefile.am | 1 - debug.cpp | 1 + drivers/win/debugger.cpp | 2 -- 3 files changed, 1 insertion(+), 3 deletions(-) diff --git a/Makefile.am b/Makefile.am index 986d2e2a..168d63e6 100644 --- a/Makefile.am +++ b/Makefile.am @@ -6,7 +6,6 @@ fceu_SOURCES = cart.cpp cheat.cpp crc32.cpp config.cpp debug.cpp endian.cpp fc include $(srcdir)/boards/Makefile.am.inc include $(srcdir)/input/Makefile.am.inc include $(srcdir)/mappers/Makefile.am.inc -# include mbshare/Makefile.am.inc include $(srcdir)/drivers/common/Makefile.am.inc include $(srcdir)/drivers/pc/Makefile.am.inc diff --git a/debug.cpp b/debug.cpp index d54f84ba..53342cb7 100644 --- a/debug.cpp +++ b/debug.cpp @@ -165,6 +165,7 @@ void LogCDData(){ //-----------debugger stuff +watchpointinfo watchpoint[65]; //64 watchpoints, + 1 reserved for step over int badopbreak; int iaPC; uint32 iapoffset; //mbg merge 7/18/06 changed from int diff --git a/drivers/win/debugger.cpp b/drivers/win/debugger.cpp index 2493a44f..f1c9fb8e 100644 --- a/drivers/win/debugger.cpp +++ b/drivers/win/debugger.cpp @@ -45,8 +45,6 @@ extern int myNumWPs; // ################################## End of SP CODE ########################### -//mbg merge 7/18/06 had to add these -watchpointinfo watchpoint[65]; //64 watchpoints, + 1 reserved for step over int childwnd; extern readfunc ARead[0x10000];