Skip to content

Commit 905d2d2

Browse files
authored
riscv: remove extra RISCV_INS_INVALID (#2876)
1 parent b4c3941 commit 905d2d2

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

arch/RISCV/RISCVMapping.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -348,8 +348,6 @@ void RISCV_get_insn_id(cs_struct *h, cs_insn *insn, unsigned int id)
348348
}
349349

350350
static const char *const insn_name_maps[] = {
351-
/*RISCV_INS_INVALID:*/ NULL,
352-
353351
#include "RISCVGenCSMappingInsnName.inc"
354352
};
355353

0 commit comments

Comments
 (0)