llvmpipe: fix on-debug build breakage

This commit is contained in:
Brian Paul
2010-07-29 17:49:49 -06:00
parent 6c1625cc40
commit e75da1a8d6
+1 -1
View File
@@ -63,7 +63,7 @@ extern const struct lp_rast_state *jit_state;
#else
#define BEGIN_JIT_CALL(X)
#define END_JIT_CALL
#define END_JIT_CALL()
#endif