mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-02-01 09:00:30 +01:00
Missing amperstand in previous commit. Oops.
This commit is contained in:
parent
7abddcf123
commit
c1ffb57cdf
1 changed files with 1 additions and 1 deletions
|
|
@ -2343,7 +2343,7 @@ spu_exec_machine_run( struct spu_exec_machine *mach )
|
|||
wait_on_mask(1 << TAG_INSTRUCTION_FETCH);
|
||||
|
||||
memcpy(& decl, buffer + (decl_addr & 0x0f), sizeof(decl));
|
||||
exec_declaration( mach, decl );
|
||||
exec_declaration( mach, &decl );
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue