sdl: enclose most recent debugger related commit in #ifdef win32 to fix sdl build failure
This commit is contained in:
parent
0ee3771d07
commit
e4e0ea6228
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue