Browse Source
Merge pull request #103 from zongbox/comment
Correct the comment of timer interrupt
pull/114/head
Palmer Dabbelt
8 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
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 |
|
|
|
|