llvmpipe: Fix lp_test_format on 32bit OSes.

This commit is contained in:
José Fonseca 2010-05-24 16:34:40 +01:00
parent 734522acee
commit f7b57245cc
1 changed files with 1 additions and 1 deletions

View File

@ -136,7 +136,7 @@ test_format(unsigned verbose, FILE *fp,
LLVMValueRef fetch = NULL;
LLVMPassManagerRef pass = NULL;
fetch_ptr_t fetch_ptr;
float unpacked[4];
PIPE_ALIGN_VAR(16) float unpacked[4];
boolean success;
unsigned i, j, k;