Skip to content

Commit 46ef2ed

Browse files
authored
Merge pull request #2167 from riscv-software-src/fix-zawrs-typo
misc: fix typo in zawrs incompatible error
2 parents 65e41ba + f2a76d7 commit 46ef2ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

disasm/isa_parser.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -548,7 +548,7 @@ isa_parser_t::isa_parser_t(const char* str, const char *priv)
548548
}
549549

550550
if (extension_table[EXT_ZAWRS] && !extension_table[EXT_ZALRSC]) {
551-
bad_isa_string(str, "'Zabha' extension requires either the 'A' or the 'Zalrsc' extension");
551+
bad_isa_string(str, "'Zawrs' extension requires either the 'A' or the 'Zalrsc' extension");
552552
}
553553

554554
// When SSE is 0, Zicfiss behavior is defined by Zicmop

0 commit comments

Comments
 (0)