mirror of
https://github.com/yuzu-mirror/unicorn.git
synced 2026-04-04 14:07:42 +00:00
python: better support for Python3 (adapted from Capstone code)
This commit is contained in:
parent
d13a4197f1
commit
d93210ad5a
2 changed files with 8 additions and 9 deletions
|
|
@ -323,8 +323,7 @@ def debug():
|
|||
|
||||
all_archs = ""
|
||||
keys = archs.keys()
|
||||
keys.sort()
|
||||
for k in keys:
|
||||
for k in sorted(keys):
|
||||
if uc_arch_supported(archs[k]):
|
||||
all_archs += "-%s" % k
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue