Missing amperstand in previous commit. Oops.

This commit is contained in:
Ian Romanick
2008-01-30 10:46:55 -08:00
parent fcf9441773
commit a0a707342a
+1 -1
View 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 );
}
}