[arch][riscv] fix typo matching against the zifencei feature

This commit is contained in:
Travis Geiselbrecht
2024-06-02 14:51:53 -07:00
parent 59f97195d4
commit b9c3603c59

View File

@@ -34,7 +34,7 @@ static void match_feature(const char *str, size_t start, size_t end) {
{ "zbs", RISCV_FEAT_ZBS },
{ "sstc", RISCV_FEAT_SSTC },
{ "zicsr", RISCV_FEAT_ZICSR },
{ "zfencei", RISCV_FEAT_ZIFENCEI },
{ "zifencei", RISCV_FEAT_ZIFENCEI },
};
if (LOCAL_TRACE) {