example update

This commit is contained in:
NIIBE Yutaka
2013-08-21 11:17:11 +09:00
parent 102f30092b
commit 3261453723
6 changed files with 40 additions and 52 deletions

View File

@@ -566,7 +566,7 @@ reset (void)
/* Never reach here. */
/* Artificial entry to refer FT0, FT1, and FT2. */
asm volatile (""
: : "r" (&FT0), "r" (&FT1), "r" (&FT2));
: : "r" (FT0), "r" (FT1), "r" (FT2));
}
typedef void (*handler)(void);