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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
1 deletions
-
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
|
|
|
|
|