Skip to content

Commit daf9d88

Browse files
committed
Fix build by commentig unnused code.
1 parent 7bbebd4 commit daf9d88

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

arch/AArch64/AArch64Mapping.c

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,10 @@ const insn_map aarch64_insns[] = {
4040
#include "AArch64GenCSMappingInsn.inc"
4141
};
4242

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+
// };
4747

4848

4949
const char *AArch64_reg_name(csh handle, unsigned int reg)
@@ -448,7 +448,6 @@ void AArch64_set_mem_access(MCInst *MI, bool status)
448448
}
449449
}
450450

451-
452451
/// Fills cs_detail with the data of the operand.
453452
/// This function handles operands which's original printer function has no
454453
/// specialities.

0 commit comments

Comments
 (0)