File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -40,10 +40,10 @@ const insn_map aarch64_insns[] = {
40
40
#include "AArch64GenCSMappingInsn.inc"
41
41
};
42
42
43
- static const name_map insn_alias_mnem_map [] = {
44
- #include "AArch64GenCSAliasMnemMap.inc"
45
- { AArch64_INS_ALIAS_END , NULL },
46
- };
43
+ // static const name_map insn_alias_mnem_map[] = {
44
+ // #include "AArch64GenCSAliasMnemMap.inc"
45
+ // { AArch64_INS_ALIAS_END, NULL },
46
+ // };
47
47
48
48
49
49
const char * AArch64_reg_name (csh handle , unsigned int reg )
@@ -448,7 +448,6 @@ void AArch64_set_mem_access(MCInst *MI, bool status)
448
448
}
449
449
}
450
450
451
-
452
451
/// Fills cs_detail with the data of the operand.
453
452
/// This function handles operands which's original printer function has no
454
453
/// specialities.
You can’t perform that action at this time.
0 commit comments