From 054c694a2782ac8b5c3640a7e0ab792c49d2469a Mon Sep 17 00:00:00 2001 From: David Harris Date: Thu, 14 Nov 2024 08:14:56 -0800 Subject: [PATCH] Fixed typo of CLINT name --- tests/coverage/WALLY-init-lib.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/coverage/WALLY-init-lib.h b/tests/coverage/WALLY-init-lib.h index dd29bbab8..28a7510a1 100644 --- a/tests/coverage/WALLY-init-lib.h +++ b/tests/coverage/WALLY-init-lib.h @@ -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