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 7120446afe..0ae2fd57d2 100644
--- a/vidix/sysdep/AsmMacros_powerpc.h
+++ b/vidix/sysdep/AsmMacros_powerpc.h
@@ -68,7 +68,7 @@ extern unsigned char *ioBase;
static __inline__ volatile void eieio()
{
- __asm__ __volatile__ ("eieio");
+ __asm__ volatile ("eieio");
}
static __inline__ void outb(short port, unsigned char value)