diff vidix/sysdep/AsmMacros_powerpc.h @ 29212:eda346733b8c

Add missing 'void' to parameterless function declarations.
author diego
date Mon, 04 May 2009 17:35:26 +0000
parents b5a46071062a
children 958431e2cde0
line wrap: on
line diff
--- a/vidix/sysdep/AsmMacros_powerpc.h	Mon May 04 16:56:36 2009 +0000
+++ b/vidix/sysdep/AsmMacros_powerpc.h	Mon May 04 17:35:26 2009 +0000
@@ -66,7 +66,7 @@
 
 extern unsigned char *ioBase;
 
-static __inline__ volatile void eieio()
+static __inline__ volatile void eieio(void)
 {
 	__asm__ volatile ("eieio");
 }