From 9ecbd23d6205a7e18ba17a847d49d32993c97421 Mon Sep 17 00:00:00 2001 From: Zong Li Date: Wed, 9 May 2018 11:30:19 +0800 Subject: Correct the comment of timer interrupt --- machine/mentry.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/machine/mentry.S b/machine/mentry.S index 6746f98..ede40bb 100644 --- a/machine/mentry.S +++ b/machine/mentry.S @@ -48,7 +48,7 @@ trap_vector: li a0, IRQ_M_TIMER * 2 bne a0, a1, 1f - # Yes. Simply clear MSIE and raise SSIP. + # Yes. Simply clear MTIE and raise STIP. li a0, MIP_MTIP csrc mie, a0 li a0, MIP_STIP -- cgit v1.1