From eeafef30260aeb9f57e5bc4db2e24aeb0e89ae0c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Markus=20Fr=C3=B6schle?= Date: Mon, 15 Oct 2012 11:38:20 +0000 Subject: [PATCH] --- BaS_GNU/sources/startcf.c | 2 +- BaS_GNU/sources/supervisor.S | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/BaS_GNU/sources/startcf.c b/BaS_GNU/sources/startcf.c index 06ece1b..0f20eb4 100644 --- a/BaS_GNU/sources/startcf.c +++ b/BaS_GNU/sources/startcf.c @@ -25,7 +25,7 @@ void startup(void) /* clobber */ : "d0", "memory"); /* mmu off */ - __asm__ __volatile__ ( + __asm__ __volatile__( " move.l #__MMUBAR+1,d0\n\t" " movec d0,MMUBAR\n\t" /* output */ : diff --git a/BaS_GNU/sources/supervisor.S b/BaS_GNU/sources/supervisor.S index b3502aa..b728362 100644 --- a/BaS_GNU/sources/supervisor.S +++ b/BaS_GNU/sources/supervisor.S @@ -11,12 +11,12 @@ .extern ___MMUBAR /* Register read/write macros */ -#define MCF_MMU_MMUCR __MMUBAR -#define MCF_MMU_MMUOR __MMUBAR+0x04 -#define MCF_MMU_MMUSR __MMUBAR+0x08 -#define MCF_MMU_MMUAR __MMUBAR+0x10 -#define MCF_MMU_MMUTR __MMUBAR+0x14 -#define MCF_MMU_MMUDR __MMUBAR+0x18 +#define MCF_MMU_MMUCR __MMUBAR +#define MCF_MMU_MMUOR __MMUBAR+0x04 +#define MCF_MMU_MMUSR __MMUBAR+0x08 +#define MCF_MMU_MMUAR __MMUBAR+0x10 +#define MCF_MMU_MMUTR __MMUBAR+0x14 +#define MCF_MMU_MMUDR __MMUBAR+0x18 .global _privileg_violation .global cpusha