From 819b1b7a525c952d647acf0bad19fd1768f52b71 Mon Sep 17 00:00:00 2001 From: qeed Date: Fri, 7 Aug 2009 15:12:01 +0000 Subject: [PATCH] fixed compile for linux --- src/debug.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/debug.cpp b/src/debug.cpp index f3e5da6e..098b46e0 100644 --- a/src/debug.cpp +++ b/src/debug.cpp @@ -611,7 +611,7 @@ void breakpoint() { //bbit edited: this is the end of the inserted code int debug_tracing; - +int logging; void DebugCycle() { if (scanline == 240) @@ -631,6 +631,6 @@ void DebugCycle() { //mbg 6/30/06 - this was commented out when i got here. i dont understand it anyway //if(logging || (hMemView && (EditingMode == 2))) LogInstruction(); - extern volatile int logging; +// extern volatile int logging; if(logging) FCEUD_TraceInstruction(); -} \ No newline at end of file +}