mirror of
https://github.com/mamedev/mame.git
synced 2024-11-16 07:48:32 +01:00
Minor typo wreaks major havoc. Story at 11.
This commit is contained in:
parent
34ab94a982
commit
198d7d10ca
1 changed files with 1 additions and 1 deletions
|
@ -653,7 +653,7 @@ static void cpunum_suspend_until_trigger(int cpunum, int trigger, int eatcycles)
|
|||
cpunum_suspend(cpunum, SUSPEND_REASON_TRIGGER, eatcycles);
|
||||
|
||||
/* set the trigger */
|
||||
cpu[cpunum].trigger = TRIGGER_TIMESLICE;
|
||||
cpu[cpunum].trigger = trigger;
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue