mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-17 15:12:07 -06:00
scripts/decodetree.py: remove unused imports
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>
This commit is contained in:
parent
92970812ee
commit
b25ab557c6
1 changed files with 0 additions and 2 deletions
|
@ -149,12 +149,10 @@
|
||||||
# trans_addl_i(ctx, &arg_opi, insn)
|
# trans_addl_i(ctx, &arg_opi, insn)
|
||||||
#
|
#
|
||||||
|
|
||||||
import io
|
|
||||||
import os
|
import os
|
||||||
import re
|
import re
|
||||||
import sys
|
import sys
|
||||||
import getopt
|
import getopt
|
||||||
import pdb
|
|
||||||
|
|
||||||
insnwidth = 32
|
insnwidth = 32
|
||||||
insnmask = 0xffffffff
|
insnmask = 0xffffffff
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue