summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorIan Romanick <idr@us.ibm.com>2008-01-30 10:46:55 -0800
committerIan Romanick <idr@us.ibm.com>2008-01-30 20:14:51 -0800
commita0a707342a353024271f09cd52bd955d8df310a8 (patch)
tree1a8715b6d2e2de6f5a1917e1e5e2d819697efa7e /src
parentfcf944177325cdf8bf6e4f1b70296c19476e2375 (diff)
Missing amperstand in previous commit. Oops.
Diffstat (limited to 'src')
-rw-r--r--src/mesa/pipe/cell/spu/spu_exec.c2
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 b3db6716d5..85b5815cad 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 );
}
}