Fix: page state
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user