projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fcf9441
)
Missing amperstand in previous commit. Oops.
author
Ian Romanick
<idr@us.ibm.com>
Wed, 30 Jan 2008 18:46:55 +0000
(10:46 -0800)
committer
Ian Romanick
<idr@us.ibm.com>
Thu, 31 Jan 2008 04:14:51 +0000
(20:14 -0800)
src/mesa/pipe/cell/spu/spu_exec.c
patch
|
blob
|
history
diff --git
a/src/mesa/pipe/cell/spu/spu_exec.c
b/src/mesa/pipe/cell/spu/spu_exec.c
index b3db6716d5a52ee5aacd8e738f8269c7c0d19cab..85b5815cad115a3d99fafa499a7e866b6b8a6cd0 100644
(file)
--- 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 );
}
}