Commit f20c8117 authored by lu_zero's avatar lu_zero

typo in the gcc handmade regalloc trigger


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@5297 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent a96ea266
...@@ -23,9 +23,9 @@ ...@@ -23,9 +23,9 @@
#define AVV(x...) {x} #define AVV(x...) {x}
#if (__GNUC__ < 4) #if (__GNUC__ < 4)
# define REG_v(a) asm ( #a )
#else
# define REG_v(a) # define REG_v(a)
#else
# define REG_v(a) asm ( #a )
#endif #endif
#if (__GNUC__ * 100 + __GNUC_MINOR__ < 303) #if (__GNUC__ * 100 + __GNUC_MINOR__ < 303)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment