Browse Source

misc: fix typo in zawrs incompatible error

pull/2167/head
Alexander Romanov 4 months ago
parent
commit
f2a76d7a3d
  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]) { 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 // When SSE is 0, Zicfiss behavior is defined by Zicmop

Loading…
Cancel
Save