Fixed typo of CLINT name

This commit is contained in:
David Harris 2024-11-14 08:14:56 -08:00
parent eacc8c0f07
commit 054c694a27

View file

@ -77,7 +77,7 @@ trap_handler:
interrupt: # must be a timer interrupt
li t0, -1 # set mtimecmp to biggest number so it doesnt interrupt again
li t1, 0x02004000 # MTIMECMP in CLIN
li t1, 0x02004000 # MTIMECMP in CLINT
sd t0, 0(t1)
csrw stimecmp, t0 # sets stimecmp to big number so it doesnt interrupt
li t0, 32