Browse Source
Merge pull request #2265 from bwv846/mop_rr_7
Fix duplicate addition of mop_rr_7
pull/2269/head
Andrew Waterman
1 month ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
0 additions and
1 deletions
-
disasm/disasm.cc
|
|
|
@ -2086,7 +2086,6 @@ void disassembler_t::add_instructions(const isa_parser_t* isa, bool strict) |
|
|
|
DEFINE_RTYPE(mop_rr_4); |
|
|
|
DEFINE_RTYPE(mop_rr_5); |
|
|
|
DEFINE_RTYPE(mop_rr_6); |
|
|
|
DEFINE_RTYPE(mop_rr_7); |
|
|
|
if (!ext_enabled_strict(EXT_ZICFISS)) { |
|
|
|
DEFINE_RTYPE(mop_rr_7); |
|
|
|
} else { |
|
|
|
|