Fixed python bindings.

This commit is contained in:
Fotis Loukos 2017-04-14 18:57:40 +03:00
parent 4d6b830deb
commit 5fbe75eb50
1 changed files with 1 additions and 1 deletions

View File

@ -300,7 +300,7 @@ def copy_ctypes_list(src):
return [copy_ctypes(n) for n in src]
# Weird import placement because these modules are needed by the below code but need the above functions
from . import arm, arm64, m68k, mips, ppc, sparc, systemz, x86, xcore
from . import arm, arm64, m68k, mips, ppc, sparc, systemz, x86, xcore, tms320c64x
class _cs_arch(ctypes.Union):
_fields_ = (