diff --git a/bindings/const_generator.py b/bindings/const_generator.py index 0b97622a..68c6c35f 100644 --- a/bindings/const_generator.py +++ b/bindings/const_generator.py @@ -3,7 +3,7 @@ from __future__ import print_function import sys, re -INCL_DIR = '../include/' +INCL_DIR = '../include/capstone/' include = [ 'arm.h', 'arm64.h', 'mips.h', 'x86.h', 'ppc.h', 'sparc.h', 'systemz.h', 'xcore.h' ] diff --git a/bindings/python/capstone/arm_const.py b/bindings/python/capstone/arm_const.py index 5800274a..7411308b 100644 --- a/bindings/python/capstone/arm_const.py +++ b/bindings/python/capstone/arm_const.py @@ -69,6 +69,7 @@ ARM_SYSREG_FAULTMASK = 277 ARM_SYSREG_CONTROL = 278 # The memory barrier constants map directly to the 4-bit encoding of + # the option field for Memory Barrier operations. ARM_MB_INVALID = 0