| 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 |
| r31157 | r31158 | |
|---|---|---|
| 499 | 499 | // if the new local CPU time is less than our target, move the target up, but not before the base |
| 500 | 500 | if (exec->m_localtime < target) |
| 501 | 501 | { |
| 502 | assert(exec->m_localtime < target); | |
| 503 | 502 | target = max(exec->m_localtime, m_basetime); |
| 504 | 503 | LOG((" (new target)\n")); |
| 505 | 504 | } |
| Previous | 199869 Revisions | Next |