commit | 718bad8b5b48c7d49a7a450bcb80207600f45393 | [log] [tgz] |
---|---|---|
author | Nguyen Anh Quynh <aquynh@gmail.com> | Tue Jun 19 09:35:37 2018 +0800 |
committer | Nguyen Anh Quynh <aquynh@gmail.com> | Tue Jun 19 09:35:37 2018 +0800 |
tree | da8bfc6f3d5782043c8875d84e417d755ca2d7af | |
parent | 4267f2619a7bac2b95e991d148c01c642d433fcd [diff] |
Python: pump number of Mips operands to 10. see #1183
diff --git a/bindings/python/capstone/mips.py b/bindings/python/capstone/mips.py index dd119e8..44513d2 100644 --- a/bindings/python/capstone/mips.py +++ b/bindings/python/capstone/mips.py
@@ -40,7 +40,7 @@ class CsMips(ctypes.Structure): _fields_ = ( ('op_count', ctypes.c_uint8), - ('operands', MipsOp * 8), + ('operands', MipsOp * 10), ) def get_arch_info(a):