651a652,659
> bool
> X86ISA::Interrupts::checkInterruptsRaw() const
> {
> return pendingUnmaskableInt || pendingExtInt ||
> (IRRV > ISRV && bits(IRRV, 7, 4) >
> bits(regs[APIC_TASK_PRIORITY], 7, 4));
> }
>