mirror of
https://github.com/holub/mame
synced 2025-07-05 01:48:29 +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
|
// update the local time for this CPU
|
||||||
attotime deltatime;
|
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);
|
deltatime = attotime(0, exec->m_attoseconds_per_cycle * ran);
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user