summaryrefslogtreecommitdiff
path: root/src/mesa/pipe/p_state.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mesa/pipe/p_state.h')
-rw-r--r--src/mesa/pipe/p_state.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/pipe/p_state.h b/src/mesa/pipe/p_state.h
index da62aa1b27..1c3b2811a4 100644
--- a/src/mesa/pipe/p_state.h
+++ b/src/mesa/pipe/p_state.h
@@ -148,7 +148,7 @@ struct pipe_shader_state {
#if defined(__i386__) || defined(__386__)
struct x86_function sse2_program;
#endif
- void *executable;
+ void (*executable)();
ubyte num_inputs;
ubyte num_outputs;