scripts/decodetree: Fix insnmask not marked as global in main()
commit83d7c40c92cdfb1cd2d5d31f4539b22dc17fbcce
authorBastian Koppelmann <kbastian@mail.uni-paderborn.de>
Mon, 19 Mar 2018 11:58:46 +0000 (19 12:58 +0100)
committerRichard Henderson <richard.henderson@linaro.org>
Mon, 26 Mar 2018 14:34:07 +0000 (26 22:34 +0800)
tree21c0635f230f1608ce61c01054f782919b7093a8
parent2ffd221d07a671f72354a063d3080f244ec80b20
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>
scripts/decodetree.py