Skip to content

Commit

Permalink
[arch][riscv] fix typo matching against the zifencei feature
Browse files Browse the repository at this point in the history
  • Loading branch information
travisg committed Jun 2, 2024
1 parent 59f9719 commit b9c3603
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/riscv/feature.c
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit b9c3603

Please sign in to comment.