projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9297081
)
scripts/decodetree.py: remove unused imports
author
Cleber Rosa
<crosa@redhat.com>
Thu, 4 Oct 2018 16:18:49 +0000
(12:18 -0400)
committer
Laurent Vivier
<laurent@vivier.eu>
Fri, 26 Oct 2018 15:17:32 +0000
(17:17 +0200)
Signed-off-by: Cleber Rosa <crosa@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Message-Id: <
20181004161852
.11673-8-crosa@redhat.com>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>
scripts/decodetree.py
patch
|
blob
|
history
diff --git
a/scripts/decodetree.py
b/scripts/decodetree.py
index 277f9a9bbaa19d6ea9e486a7fa953f512fb75236..457cffea90aff462debe7e36a6fb9e46d9f8a6a6 100755
(executable)
--- a/
scripts/decodetree.py
+++ b/
scripts/decodetree.py
@@
-149,12
+149,10
@@
# trans_addl_i(ctx, &arg_opi, insn)
#
-import io
import os
import re
import sys
import getopt
-import pdb
insnwidth = 32
insnmask = 0xffffffff