From fc8145b709406b946c1d5527ff89ed419596fd17 Mon Sep 17 00:00:00 2001 From: notaz Date: Fri, 23 Sep 2011 03:07:38 +0300 Subject: fix build on some ARM toolchains R1 redefined.. --- frontend/main.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'frontend') diff --git a/frontend/main.c b/frontend/main.c index 498e780..37a72ac 100644 --- a/frontend/main.c +++ b/frontend/main.c @@ -27,6 +27,10 @@ #include "common/input.h" #include "common/readpng.h" +// don't include debug.h - it breaks ARM build (R1 redefined) +void StartDebugger(); +void StopDebugger(); + int ready_to_go; unsigned long gpuDisp; char cfgfile_basename[MAXPATHLEN]; -- cgit v1.2.3