From 4a54e2b7d89343798fcbbdf07d9a061d8a5b651e Mon Sep 17 00:00:00 2001 From: Takahiro Date: Mon, 7 Dec 2020 16:15:49 -0800 Subject: Fix minor typo (#307) --- isa/rv64mi/mcsr.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/isa/rv64mi/mcsr.S b/isa/rv64mi/mcsr.S index e0256e7..03cf29a 100644 --- a/isa/rv64mi/mcsr.S +++ b/isa/rv64mi/mcsr.S @@ -28,7 +28,7 @@ RVTEST_CODE_BEGIN csrr a0, marchid csrr a0, mvendorid - # Check that writing hte following CSRs doesn't cause an exception + # Check that writing the following CSRs doesn't cause an exception li t0, 0 csrs mtvec, t0 csrs mepc, t0 -- cgit v1.1