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:
Joost Peters 2009-02-21 12:08:52 +00:00
parent f582debaa9
commit 2784e08a90

View File

@ -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 */