mirror of
https://github.com/capstone-engine/capstone.git
synced 2024-11-29 00:10:33 +00:00
Fix a bug in Cython due to renaming
This commit is contained in:
parent
a76c2ffa97
commit
60a7f422fd
@ -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
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user