From 2784e08a90c1279e431374051ee5515010eabefd Mon Sep 17 00:00:00 2001 From: Joost Peters Date: Sat, 21 Feb 2009 12:08:52 +0000 Subject: [PATCH] disable BREAKPOINT macro and remove exit() macro, as they conflict with SCI building (and aren't used anymore anyway) svn-id: r38687 --- backends/platform/psp/portdefs.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/backends/platform/psp/portdefs.h b/backends/platform/psp/portdefs.h index 1708a70c74f..bf7ed41e258 100644 --- a/backends/platform/psp/portdefs.h +++ b/backends/platform/psp/portdefs.h @@ -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 */