projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6c1625c
)
llvmpipe: fix on-debug build breakage
author
Brian Paul
<brianp@vmware.com>
Thu, 29 Jul 2010 23:49:49 +0000
(17:49 -0600)
committer
Brian Paul
<brianp@vmware.com>
Thu, 29 Jul 2010 23:49:49 +0000
(17:49 -0600)
src/gallium/drivers/llvmpipe/lp_rast_priv.h
patch
|
blob
|
history
diff --git
a/src/gallium/drivers/llvmpipe/lp_rast_priv.h
b/src/gallium/drivers/llvmpipe/lp_rast_priv.h
index 760ab3db1f05a16d05b6f55e86b28d1eb4868eae..fae7f6d3dc2baddc23fa62505884f30a09cf37b0 100644
(file)
--- a/
src/gallium/drivers/llvmpipe/lp_rast_priv.h
+++ b/
src/gallium/drivers/llvmpipe/lp_rast_priv.h
@@
-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