From: Ian Romanick Date: Wed, 30 Jan 2008 18:46:55 +0000 (-0800) Subject: Missing amperstand in previous commit. Oops. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=a0a707342a353024271f09cd52bd955d8df310a8;p=mesa.git Missing amperstand in previous commit. Oops. --- diff --git a/src/mesa/pipe/cell/spu/spu_exec.c b/src/mesa/pipe/cell/spu/spu_exec.c index b3db6716d5a..85b5815cad1 100644 --- a/src/mesa/pipe/cell/spu/spu_exec.c +++ b/src/mesa/pipe/cell/spu/spu_exec.c @@ -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 ); } }