diff options
author | Ian Romanick <[email protected]> | 2008-01-30 10:46:55 -0800 |
---|---|---|
committer | Ian Romanick <[email protected]> | 2008-01-30 20:14:51 -0800 |
commit | a0a707342a353024271f09cd52bd955d8df310a8 (patch) | |
tree | 1a8715b6d2e2de6f5a1917e1e5e2d819697efa7e | |
parent | fcf944177325cdf8bf6e4f1b70296c19476e2375 (diff) |
Missing amperstand in previous commit. Oops.
-rw-r--r-- | src/mesa/pipe/cell/spu/spu_exec.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 ); } } |