Commit fd925db3 authored by Luca Barbato's avatar Luca Barbato

typo in the gcc handmade regalloc trigger

Originally committed as revision 5297 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent fac8012c
......@@ -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)
......
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