Merge branch 'width0'
[mesa.git] / src / gallium / auxiliary / draw / draw_vs_aos.h
index 264387517b082fd6d78c1e19f846765d9eb05fa1..2cf72ddf7b152150662a5dec5d4dd2921a900493 100644 (file)
@@ -204,7 +204,7 @@ struct x86_reg aos_get_internal_xmm( struct aos_compilation *cp,
                                      unsigned imm );
 
 
-#define ERROR(cp, msg)                                                  \
+#define AOS_ERROR(cp, msg)                                                  \
 do {                                                                    \
    if (0) debug_printf("%s: x86 translation failed: %s\n", __FUNCTION__, msg); \
    cp->error = 1;                                                       \