aboutsummaryrefslogtreecommitdiffstats
path: root/hw/alpha_palcode.c
diff options
context:
space:
mode:
authorblueswir1 <blueswir1@c046a42c-6fe2-441c-8c8c-71466251a162>2008-03-09 06:59:01 +0000
committerblueswir1 <blueswir1@c046a42c-6fe2-441c-8c8c-71466251a162>2008-03-09 06:59:01 +0000
commit3f47aa8c37cf1ab86df03dcf3a91c6f7249bdc12 (patch)
treed9d3e5f4462517b179c20412b5ccccdab6fc660a /hw/alpha_palcode.c
parent19f329ad7b4131471183801ccfa74295698fa62e (diff)
Fix some functions declared () rather than (void) (Ian Jackson)
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4029 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'hw/alpha_palcode.c')
-rw-r--r--hw/alpha_palcode.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/hw/alpha_palcode.c b/hw/alpha_palcode.c
index 3bd2c5434..50ce92cb8 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 */