File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -2390,7 +2390,7 @@ disassembler_t::disassembler_t(const isa_parser_t *isa)
23902390
23912391 // next-highest priority: other instructions in same base ISA
23922392 std::string fallback_isa_string = std::string (" rv" ) + std::to_string (isa->get_max_xlen ()) +
2393- " gqchv_zfh_zba_zbb_zbc_zbs_zcb_zicbom_zicboz_zicond_zkn_zkr_zks_svinval_zcmop_zimop " ;
2393+ " gqcvh_zfh_zba_zbb_zbc_zbs_zcb_zicbom_zicboz_zicond_zkn_zkr_zks_svinval_zcmop_zimop " ;
23942394 isa_parser_t fallback_isa (fallback_isa_string.c_str (), DEFAULT_PRIV);
23952395 add_instructions (&fallback_isa);
23962396
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ static void bad_priv_string(const char* priv)
2929isa_parser_t ::isa_parser_t (const char * str, const char *priv)
3030{
3131 isa_string = strtolower (str);
32- const char * all_subsets = " mafdqchpv " ;
32+ const char * all_subsets = " mafdqcpvh " ;
3333
3434 if (isa_string.compare (0 , 4 , " rv32" ) == 0 )
3535 max_xlen = 32 ;
You can’t perform that action at this time.
0 commit comments