summaryrefslogtreecommitdiffstats
path: root/vidix/sysdep/AsmMacros_powerpc.h
diff options
context:
space:
mode:
Diffstat (limited to 'vidix/sysdep/AsmMacros_powerpc.h')
-rw-r--r--vidix/sysdep/AsmMacros_powerpc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/vidix/sysdep/AsmMacros_powerpc.h b/vidix/sysdep/AsmMacros_powerpc.h
index 0ae2fd57d2..7688c6ad9f 100644
--- a/vidix/sysdep/AsmMacros_powerpc.h
+++ b/vidix/sysdep/AsmMacros_powerpc.h
@@ -66,7 +66,7 @@
extern unsigned char *ioBase;
-static __inline__ volatile void eieio()
+static __inline__ volatile void eieio(void)
{
__asm__ volatile ("eieio");
}