sdl: enclose most recent debugger related commit in #ifdef win32 to fix sdl build failure

This commit is contained in:
punkrockguy318 2012-08-03 20:24:35 +00:00
parent 0ee3771d07
commit e4e0ea6228
1 changed files with 2 additions and 1 deletions

View File

@ -489,8 +489,9 @@ void BreakHit(int bp_num, bool force = false)
//MBG TODO - was this commented out before the gnu refactoring?
//if((!logtofile) && (logging))PauseLoggingSequence();
#ifdef WIN32
FCEUD_DebugBreakpoint(bp_num);
#endif
}
uint8 StackAddrBackup = X.S;