summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/llvmpipe/lp_test_sincos.c
diff options
context:
space:
mode:
authorChia-I Wu <olv@lunarg.com>2010-12-01 11:21:17 +0800
committerChia-I Wu <olv@lunarg.com>2010-12-01 11:23:48 +0800
commit709e57ae4f12ea16020993e6afa88edd5bed5908 (patch)
treec3037b06bded975a3a51af9bce5fa1aebf9f7f0d /src/gallium/drivers/llvmpipe/lp_test_sincos.c
parent7db49853f07dc62d76c7f00ab19b672e16604260 (diff)
llvmpipe: Fix build errors on x86.
The errors were introduced by efc82aef35a2aac5d2ed9774f6d28f2626796416.
Diffstat (limited to 'src/gallium/drivers/llvmpipe/lp_test_sincos.c')
-rw-r--r--src/gallium/drivers/llvmpipe/lp_test_sincos.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/llvmpipe/lp_test_sincos.c b/src/gallium/drivers/llvmpipe/lp_test_sincos.c
index 77f6cb4b79..066d633d44 100644
--- a/src/gallium/drivers/llvmpipe/lp_test_sincos.c
+++ b/src/gallium/drivers/llvmpipe/lp_test_sincos.c
@@ -137,7 +137,7 @@ test_sincos(struct gallivm_state *gallivm, unsigned verbose, FILE *fp)
#else /* !PIPE_ARCH_SSE */
static boolean
-test_sincos(unsigned verbose, FILE *fp)
+test_sincos(struct gallivm_state *gallivm, unsigned verbose, FILE *fp)
{
return TRUE;
}