bindings: change include dir after the patch of @pancake
This commit is contained in:
parent
96ee76fa2a
commit
72d3c4fb81
|
@ -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' ]
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue