Fixed comment typo

This commit is contained in:
tomcw 2019-01-06 17:02:24 +00:00
parent ceb0416bf3
commit 8ee651a6f8

View File

@ -427,7 +427,7 @@ static __forceinline void CheckInterruptSources(ULONG uExecutedCycles)
}
}
// GH#605: IRQ needs to occur within 17 cycles (6 opcodes) of configuring the timer interrupt
// GH#608: IRQ needs to occur within 17 cycles (6 opcodes) of configuring the timer interrupt
void CpuAdjustIrqCheck(UINT uCyclesUntilInterrupt)
{
if (uCyclesUntilInterrupt < IRQ_CHECK_TIMEOUT)