summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu
diff options
context:
space:
mode:
author R. Belmont <rb6502@users.noreply.github.com>2010-06-17 00:38:46 +0000
committer R. Belmont <rb6502@users.noreply.github.com>2010-06-17 00:38:46 +0000
commita1b0bd61b7dba5e85bd912ff4b70fe5cf39025e4 (patch)
tree15e023551742141aa2027a12563d690aedd49687 /src/emu
parentbda9211496e7320bb722defe9cfa001375b971d6 (diff)
Guess what (no whatsnew)
Diffstat (limited to 'src/emu')
-rw-r--r--src/emu/schedule.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/schedule.c b/src/emu/schedule.c
index f61825f464c..a0e0765c5b4 100644
--- a/src/emu/schedule.c
+++ b/src/emu/schedule.c
@@ -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