(&mut self, cpu: &mut Cpu)
| 615 | } |
| 616 | |
| 617 | fn get_active_exception(&mut self, cpu: &mut Cpu) -> u64 { |
| 618 | cpu.read_reg(self.xpsr) & 0x1ff |
| 619 | } |
| 620 | |
| 621 | /// Triggers the next time based interrupt to occur (if time-based interrupts are enabled). |
| 622 | fn trigger_next_time_based_interrupt(&mut self) { |