Browse Source

Merge pull request #2167 from riscv-software-src/fix-zawrs-typo

misc: fix typo in zawrs incompatible error
pull/2169/head
Andrew Waterman 8 months ago
committed by GitHub
parent
commit
46ef2ed8b3
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      disasm/isa_parser.cc

2
disasm/isa_parser.cc

@ -548,7 +548,7 @@ isa_parser_t::isa_parser_t(const char* str, const char *priv)
}
if (extension_table[EXT_ZAWRS] && !extension_table[EXT_ZALRSC]) {
bad_isa_string(str, "'Zabha' extension requires either the 'A' or the 'Zalrsc' extension");
bad_isa_string(str, "'Zawrs' extension requires either the 'A' or the 'Zalrsc' extension");
}
// When SSE is 0, Zicfiss behavior is defined by Zicmop

Loading…
Cancel
Save