More OS X PPC compile fixes (no whatsnew)

This commit is contained in:
R. Belmont 2010-06-17 00:32:10 +00:00
parent ab488525f3
commit 645581bd38

View File

@ -698,7 +698,7 @@ void device_execute_interface::static_on_vblank(screen_device &screen, void *par
// VBLANK starting
if (vblank_state)
{
device_execute_interface *exec;
device_execute_interface *exec = NULL;
for (bool gotone = screen.machine->devicelist.first(exec); gotone; gotone = exec->next(exec))
exec->on_vblank_start(screen);
}