306c306
< BaseSimpleCPU::post_interrupt(int int_num, int index)
---
> BaseSimpleCPU::postInterrupt(int int_num, int index)
308c308
< BaseCPU::post_interrupt(int_num, index);
---
> BaseCPU::postInterrupt(int_num, index);
321c321
< if (check_interrupts(tc)) {
---
> if (checkInterrupts(tc)) {