mirror of
https://github.com/holub/mame
synced 2025-04-18 22:49:58 +03:00
emu/schedule.cpp: Mark one path as EXPECTED
This commit is contained in:
parent
0b54013387
commit
8c8ed8bfc2
@ -473,7 +473,7 @@ void device_scheduler::timeslice()
|
||||
|
||||
// update the local time for this CPU
|
||||
attotime deltatime;
|
||||
if (ran < exec->m_cycles_per_second)
|
||||
if (EXPECTED(ran < exec->m_cycles_per_second))
|
||||
deltatime = attotime(0, exec->m_attoseconds_per_cycle * ran);
|
||||
else
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user