Skip to content

Commit f2a76d7

Browse files
committed
misc: fix typo in zawrs incompatible error
1 parent 65e41ba commit f2a76d7

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)