From fd925db3c8175a5f7edf9c8280d48d190843efe5 Mon Sep 17 00:00:00 2001 From: Luca Barbato Date: Sun, 16 Apr 2006 03:40:04 +0000 Subject: [PATCH] typo in the gcc handmade regalloc trigger Originally committed as revision 5297 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/ppc/gcc_fixes.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libavcodec/ppc/gcc_fixes.h b/libavcodec/ppc/gcc_fixes.h index 79c8c444ed6..943905bc5d4 100644 --- a/libavcodec/ppc/gcc_fixes.h +++ b/libavcodec/ppc/gcc_fixes.h @@ -23,9 +23,9 @@ #define AVV(x...) {x} #if (__GNUC__ < 4) -# define REG_v(a) asm ( #a ) -#else # define REG_v(a) +#else +# define REG_v(a) asm ( #a ) #endif #if (__GNUC__ * 100 + __GNUC_MINOR__ < 303) -- 2.39.2