Missing amperstand in previous commit. Oops.
authorIan Romanick <idr@us.ibm.com>
Wed, 30 Jan 2008 18:46:55 +0000 (10:46 -0800)
committerIan Romanick <idr@us.ibm.com>
Thu, 31 Jan 2008 04:14:51 +0000 (20:14 -0800)
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 );
       }
    }