This commit is contained in:
Markus Fröschle
2012-10-15 11:38:20 +00:00
parent 3db8bdf7c5
commit eeafef3026
2 changed files with 7 additions and 7 deletions

View File

@@ -25,7 +25,7 @@ void startup(void)
/* clobber */ : "d0", "memory"); /* clobber */ : "d0", "memory");
/* mmu off */ /* mmu off */
__asm__ __volatile__ ( __asm__ __volatile__(
" move.l #__MMUBAR+1,d0\n\t" " move.l #__MMUBAR+1,d0\n\t"
" movec d0,MMUBAR\n\t" " movec d0,MMUBAR\n\t"
/* output */ : /* output */ :