473c473
< X86ISA::Interrupts::check_interrupts(ThreadContext * tc) const
---
> X86ISA::Interrupts::checkInterrupts(ThreadContext *tc) const
495c495
< X86ISA::Interrupts::getInterrupt(ThreadContext * tc)
---
> X86ISA::Interrupts::getInterrupt(ThreadContext *tc)
497c497
< assert(check_interrupts(tc));
---
> assert(checkInterrupts(tc));
526c526
< X86ISA::Interrupts::updateIntrInfo(ThreadContext * tc)
---
> X86ISA::Interrupts::updateIntrInfo(ThreadContext *tc)
528c528
< assert(check_interrupts(tc));
---
> assert(checkInterrupts(tc));