Mercurial > libavcodec.hg
changeset 3264:8ea7f9aaa8fd libavcodec
typo in the gcc handmade regalloc trigger
| author | lu_zero |
|---|---|
| date | Sun, 16 Apr 2006 03:40:04 +0000 |
| parents | f554f78569b6 |
| children | ba26b176dcf8 |
| files | ppc/gcc_fixes.h |
| diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
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)
