mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-29 16:00:24 +01:00
r600: Silence uninitialized variable warning.
This commit is contained in:
parent
ec5e54a40a
commit
4f131356cc
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue