From f2a76d7a3d35ea98576e7476ec2e50bf94a97887 Mon Sep 17 00:00:00 2001 From: Alexander Romanov Date: Sat, 29 Nov 2025 19:18:35 +0000 Subject: [PATCH] misc: fix typo in zawrs incompatible error --- disasm/isa_parser.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/disasm/isa_parser.cc b/disasm/isa_parser.cc index 2869b35a..930ef476 100644 --- a/disasm/isa_parser.cc +++ b/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