Fix: page state

This commit is contained in:
2025-04-15 15:12:07 +08:00
parent f25758031a
commit 89ff8a018d
2 changed files with 8 additions and 4 deletions

View File

@@ -95,11 +95,9 @@ void timer_irq_handler(void)
{
_enable_timer_irq(false);
LOG("timer irq");
uint64_t cntpct_el0;
R_SYSREG(cntpct_el0, cntpct_el0);
DEBUG_EXCEP(cntpct_el0);
LOG("timer irq"); DEBUG_EXCEP(cntpct_el0);
if (global_timer) {
add_interrupt_task(20, global_timer->data.func, global_timer->data.param);