freedreno/a5xx: fixup caps
[mesa.git] / src / gallium / drivers / r300 / compiler / r500_fragprog.c
index 499aa92423bb22ae32127a3ebacd7386d1747428..4c415afcb055fb1d684af7c4863465d185eb6f75 100644 (file)
@@ -32,7 +32,7 @@
 #include "radeon_compiler_util.h"
 #include "radeon_list.h"
 #include "radeon_variable.h"
-#include "../r300_reg.h"
+#include "r300_reg.h"
 
 /**
  * Rewrite IF instructions to use the ALU result special register.
@@ -384,7 +384,7 @@ void r500FragmentProgramDump(struct radeon_compiler *c, void *user)
     case R500_INST_TYPE_OUT: str = "OUT"; break;
     case R500_INST_TYPE_FC: str = "FC"; break;
     case R500_INST_TYPE_TEX: str = "TEX"; break;
-    };
+    }
     fprintf(stderr,"%s %s %s %s %s ", str,
            inst & R500_INST_TEX_SEM_WAIT ? "TEX_WAIT" : "",
            inst & R500_INST_LAST ? "LAST" : "",