diff options
Diffstat (limited to 'hw')
-rw-r--r-- | hw/alpha_palcode.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/hw/alpha_palcode.c b/hw/alpha_palcode.c index 3bd2c54342..50ce92cb83 100644 --- a/hw/alpha_palcode.c +++ b/hw/alpha_palcode.c @@ -56,7 +56,7 @@ pal_handler_t pal_handlers[] = { #if 0 /* One must explicitely check that the TB is valid and the FOE bit is reset */ -static void update_itb () +static void update_itb (void) { /* This writes into a temp register, not the actual one */ mtpr(TB_TAG); @@ -65,7 +65,7 @@ static void update_itb () mtpr(ITB_PTE); } -static void update_dtb (); +static void update_dtb (void); { mtpr(TB_CTL); /* This write into a temp register, not the actual one */ |