mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 09:38:07 +02:00
r600g: Silence uninitialized variable warning.
This commit is contained in:
parent
f20f2cc330
commit
7290c5982c
1 changed files with 1 additions and 1 deletions
|
|
@ -384,7 +384,7 @@ static int check_vector(struct r600_bc *bc, struct r600_bc_alu *alu)
|
|||
|
||||
static int check_and_set_bank_swizzle(struct r600_bc *bc, struct r600_bc_alu *alu_first)
|
||||
{
|
||||
struct r600_bc_alu *alu;
|
||||
struct r600_bc_alu *alu = NULL;
|
||||
int num_instr = 1;
|
||||
|
||||
init_gpr(alu_first);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue