typo in the gcc handmade regalloc trigger
Originally committed as revision 5297 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@@ -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)
|
||||||
|
Reference in New Issue
Block a user