Fix a bug in Cython due to renaming

This commit is contained in:
danghvu 2015-04-28 00:19:41 -05:00 committed by Nguyen Anh Quynh
parent a76c2ffa97
commit 60a7f422fd

View File

@ -274,7 +274,7 @@ cdef class Cs(object):
# our binding version is different from the core's API version
raise CsError(capstone.CS_ERR_VERSION)
self._csh = <cc.csh> _cs._csh.value
self._csh = <cc.csh> _cs.csh.value
self._cs = _cs