Missing amperstand in previous commit. Oops.

This commit is contained in:
Ian Romanick 2008-01-30 10:46:55 -08:00 committed by Ben Skeggs
parent 7abddcf123
commit c1ffb57cdf

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 );
}
}