diff ppc/gcc_fixes.h @ 3264:8ea7f9aaa8fd libavcodec

typo in the gcc handmade regalloc trigger
author lu_zero
date Sun, 16 Apr 2006 03:40:04 +0000
parents 0b482ccd7f0e
children c537a97eec66
line wrap: on
line diff
--- a/ppc/gcc_fixes.h	Sat Apr 15 15:05:53 2006 +0000
+++ b/ppc/gcc_fixes.h	Sun Apr 16 03:40:04 2006 +0000
@@ -23,9 +23,9 @@
 #define AVV(x...) {x}
 
 #if (__GNUC__ < 4)
-# define REG_v(a) asm ( #a )
+# define REG_v(a)
 #else
-# define REG_v(a)
+# define REG_v(a) asm ( #a )
 #endif
 
 #if (__GNUC__ * 100 + __GNUC_MINOR__ < 303)