From: Brian Paul Date: Thu, 29 Jul 2010 23:49:49 +0000 (-0600) Subject: llvmpipe: fix on-debug build breakage X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=e75da1a8d668aa2a245a7c2690b42ae7a6038f48;p=mesa.git llvmpipe: fix on-debug build breakage --- diff --git a/src/gallium/drivers/llvmpipe/lp_rast_priv.h b/src/gallium/drivers/llvmpipe/lp_rast_priv.h index 760ab3db1f0..fae7f6d3dc2 100644 --- 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