mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-07-29 13:23:54 -06:00
scripts/decodetree: Fix insnmask not marked as global in main()
if '-w 16' was given as a cmdline args a local copy of insnmask is set and not the global one. Signed-off-by: Peer Adelt <peer.adelt@hni.uni-paderborn.de> Signed-off-by: Bastian Koppelmann <kbastian@mail.uni-paderborn.de> Message-Id: <20180319115846.9662-1-kbastian@mail.uni-paderborn.de> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
This commit is contained in:
parent
2ffd221d07
commit
83d7c40c92
1 changed files with 1 additions and 0 deletions
|
@ -972,6 +972,7 @@ def main():
|
|||
global input_file
|
||||
global insnwidth
|
||||
global insntype
|
||||
global insnmask
|
||||
|
||||
decode_function = 'decode'
|
||||
decode_scope = 'static '
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue