diff --git a/BaS_GNU/sources/startcf.c b/BaS_GNU/sources/startcf.c index 48f360c..1513c92 100644 --- a/BaS_GNU/sources/startcf.c +++ b/BaS_GNU/sources/startcf.c @@ -21,7 +21,7 @@ void startup(void) asm("move.l #__MMUBAR+1,d0\n\t"); asm("movec d0,MMUBAR"); /* set mmubar */ - * (volatile uint32_t *) MCF_MMU_MMUCR = 0L; /* MMU off */ + MCF_MMU_MMUCR = 0L; /* MMU off */ asm( "|/* Initialize RAMBARs: locate SRAM and validate it */\n\t"