Missing amperstand in previous commit. Oops.
authorIan Romanick <idr@us.ibm.com>
Wed, 30 Jan 2008 18:46:55 +0000 (10:46 -0800)
committerBen Skeggs <skeggsb@gmail.com>
Fri, 15 Feb 2008 02:50:26 +0000 (13:50 +1100)
src/mesa/pipe/cell/spu/spu_exec.c

index b3db671..85b5815 100644 (file)
@@ -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 );
       }
    }