We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2bda8f5 commit 3d88796Copy full SHA for 3d88796
arch/ARM/ARMMapping.c
@@ -14,7 +14,7 @@
14
#include "ARMDisassembler.h"
15
16
const char *ARM_reg_name(csh handle, unsigned int reg) {
17
- if (handle.syntax & CS_OPT_SYNTAX_NOREGNAME) {
+ if (((cs_struct *)(uintptr_t)handle)->syntax & CS_OPT_SYNTAX_NOREGNAME) {
18
return getRegisterName(reg, ARM_RegNamesRaw);
19
}
20
return getRegisterName(reg, ARM_NoRegAltName);
0 commit comments