diff options
-rw-r--r-- | ChangeLog.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog.md b/ChangeLog.md index 6407a00..2dedbd3 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,7 +1,7 @@ Version 1.0.1-dev ----------------- - Preliminary support for a subset of the Vector Extension, v0.7.1. -- Support S-mode vectored interrupts (i.e. stvec[0] is now writable). +- Support S-mode vectored interrupts (i.e. `stvec[0]` is now writable). - Several debug-related additions and changes: - Added `hasel` debug feature. - Added `--dm-no-abstract-csr` command-line option. |