diff options
Diffstat (limited to 'isa/rv64mi/mcsr.S')
-rw-r--r-- | isa/rv64mi/mcsr.S | 2 |
1 files changed, 1 insertions, 1 deletions
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 |