r600: Silence uninitialized variable warning.
authorVinson Lee <vlee@vmware.com>
Sun, 14 Feb 2010 08:45:23 +0000 (00:45 -0800)
committerVinson Lee <vlee@vmware.com>
Sun, 14 Feb 2010 08:45:23 +0000 (00:45 -0800)
src/mesa/drivers/dri/r600/r700_assembler.c

index 89adb77bf53f4dc09477a9fc8d8d22b68fc25868..f67f882910ba486e5a217f48578a26cf6e13f95c 100644 (file)
@@ -2260,7 +2260,7 @@ GLboolean check_vector(r700_AssemblerBase* pAsm,
 
 GLboolean assemble_alu_instruction(r700_AssemblerBase *pAsm)
 {
-    R700ALUInstruction            * alu_instruction_ptr;
+    R700ALUInstruction            * alu_instruction_ptr = NULL;
     R700ALUInstructionHalfLiteral * alu_instruction_ptr_hl;
     R700ALUInstructionFullLiteral * alu_instruction_ptr_fl;