diff --git a/BaS_GNU/sources/startcf.c b/BaS_GNU/sources/startcf.c index 0915897..06ece1b 100644 --- a/BaS_GNU/sources/startcf.c +++ b/BaS_GNU/sources/startcf.c @@ -36,9 +36,9 @@ void startup(void) __asm__ __volatile__( /* Initialize RAMBARs: locate SRAM and validate it */ - " move.l #__RAMBAR0 + 0x7,d0\n\t | supervisor only" + " move.l #__RAMBAR0 + 0x7,d0\n\t" /* supervisor only */ " movec d0,RAMBAR0\n\t" - " move.l #__RAMBAR1 + 0x1,d0\n\t""" + " move.l #__RAMBAR1 + 0x1,d0\n\t" " movec d0,RAMBAR1\n\t" /* set stack pointer to end of SRAM1 */ " lea __SUP_SP,a7\n\t"