summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorIan Romanick <idr@us.ibm.com>2008-01-30 10:46:55 -0800
committerBen Skeggs <skeggsb@gmail.com>2008-02-15 13:50:26 +1100
commitc1ffb57cdf817934470a2115f6bdca148bdae269 (patch)
tree301225880cf0659abd92df9074f1c3a38682df3a /src
parent7abddcf123f5726ea8b20ffb53100524a5da55d8 (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 );
}
}