Previous 199869 Revisions Next

r31158 Tuesday 1st July, 2014 at 21:29:12 UTC by Oliver Stöneberg
removed unnecessary assert from src/emu/schedule.c (nw)
[src/emu]schedule.c

trunk/src/emu/schedule.c
r31157r31158
499499               // if the new local CPU time is less than our target, move the target up, but not before the base
500500               if (exec->m_localtime < target)
501501               {
502                  assert(exec->m_localtime < target);
503502                  target = max(exec->m_localtime, m_basetime);
504503                  LOG(("         (new target)\n"));
505504               }

Previous 199869 Revisions Next


© 1997-2024 The MAME Team