Guess what (no whatsnew)

This commit is contained in:
R. Belmont 2010-06-17 00:38:46 +00:00
parent bda9211496
commit a1b0bd61b7

View File

@ -410,7 +410,7 @@ if (TEMPLOG) printf("Setting quantum: %08X%08X\n", (UINT32)(min_quantum.attoseco
device_execute_interface **suspend_tailptr = &suspend_list;
// iterate over all devices
device_execute_interface *exec;
device_execute_interface *exec = NULL;
for (bool gotone = m_machine.devicelist.first(exec); gotone; gotone = exec->next(exec))
{
// append to the appropriate list