r600: Silence uninitialized variable warning.

This commit is contained in:
Vinson Lee 2010-02-14 00:45:23 -08:00
parent ec5e54a40a
commit 4f131356cc

View 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;