still a few functions left to fix
This commit is contained in:
@@ -296,7 +296,7 @@ void wait_pll(void)
|
||||
{
|
||||
do {
|
||||
wait1ms();
|
||||
} while (! * (uint16_t *) 0xf0000800);
|
||||
} while (! * (volatile uint16_t *) 0xf0000800);
|
||||
}
|
||||
|
||||
void init_pll(void)
|
||||
@@ -819,7 +819,7 @@ asm(
|
||||
"cmp.l A4,A0\n\t"
|
||||
"blt BaS_copy_loop\n\t"
|
||||
"\n\t"
|
||||
"intouch A3\n\t" /* we'd better update caches to contain the data we just copied */
|
||||
"intouch A3\n\t" /* FIXME: we'd better update caches to contain the data we just copied */
|
||||
"jmp (A3)\n\t"
|
||||
"copy_start:\n\t"
|
||||
"nop\n\t"
|
||||
|
||||
Reference in New Issue
Block a user