From 8bad0545d21bef113a2bb7b78854ed0c78f000c3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Markus=20Fr=C3=B6schle?= Date: Sun, 4 Nov 2012 16:52:31 +0000 Subject: [PATCH] adopted original preprocessor defines --- sources/exceptions.S | 3 +-- sources/startcf.h | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/sources/exceptions.S b/sources/exceptions.S index d85dc23..0231b21 100644 --- a/sources/exceptions.S +++ b/sources/exceptions.S @@ -1,4 +1,3 @@ -#define cf_stack /* * initialize exception vectors */ @@ -391,7 +390,7 @@ access_mmu: bne bus_error move.l MCF_MMU_MMUAR,d0 cmp.l #_Bas_base,d0 // max User RAM Bereich - bge bus_error // gr�sser -> bus error + bge bus_error // grösser -> bus error bra _mmutr_miss bus_error: move.l (sp)+,d0 diff --git a/sources/startcf.h b/sources/startcf.h index 446c2b2..67a9d9d 100644 --- a/sources/startcf.h +++ b/sources/startcf.h @@ -1,4 +1,4 @@ -#ifdef _NOT_USED_ + #define cf_stack //#define ii_on @@ -17,7 +17,6 @@ #define halten_exg #define halten_movep #define halten_ewf -#endif /* _NOT_USED_ */ #define DIP_SWITCH (*(volatile uint8_t *)(&_MBAR[0xA2C])) #define DIP_SWITCHa __MBAR + 0xA2C