bindings: change include dir after the patch of @pancake

This commit is contained in:
Nguyen Anh Quynh 2015-02-28 08:42:40 +08:00
parent 96ee76fa2a
commit 72d3c4fb81
2 changed files with 2 additions and 1 deletions

View File

@ -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' ]

View File

@ -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