mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-26 04:35:16 +00:00
disable BREAKPOINT macro and remove exit() macro, as they conflict with SCI building (and aren't used anymore anyway)
svn-id: r38687
This commit is contained in:
parent
f582debaa9
commit
2784e08a90
@ -44,11 +44,10 @@
|
||||
#include "trace.h"
|
||||
|
||||
|
||||
#define BREAKPOINT asm("break\n")
|
||||
//#define BREAKPOINT asm("break\n")
|
||||
|
||||
|
||||
//#define printf pspDebugScreenPrintf
|
||||
#define exit(x) printf("exit() called\n"); sceKernelSleepThread();
|
||||
|
||||
#endif /* PORTDEFS_H */
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user