summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorPeter Maydell <peter.maydell@linaro.org>2018-03-27 10:27:34 +0100
committerPeter Maydell <peter.maydell@linaro.org>2018-03-27 10:27:34 +0100
commitf58d9620aa4a514b1227074ff56eefd1334a6225 (patch)
tree7bac3be6205ea76075d0823029f91f5867f33305 /scripts
parent62a2b55e8d098d91908b17fc37cb1a4f2a854f8f (diff)
parent83d7c40c92cdfb1cd2d5d31f4539b22dc17fbcce (diff)
downloadqemu-f58d9620aa4a514b1227074ff56eefd1334a6225.tar.gz
Merge remote-tracking branch 'remotes/rth/tags/pull-dt-20180326' into staging
Fix a decodetree problem with 16-bit insns # gpg: Signature made Mon 26 Mar 2018 15:35:04 BST # gpg: using RSA key 64DF38E8AF7E215F # gpg: Good signature from "Richard Henderson <richard.henderson@linaro.org>" # Primary key fingerprint: 7A48 1E78 868B 4DB6 A85A 05C0 64DF 38E8 AF7E 215F * remotes/rth/tags/pull-dt-20180326: scripts/decodetree: Fix insnmask not marked as global in main() Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/decodetree.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/decodetree.py b/scripts/decodetree.py
index 41301c84aa..277f9a9bba 100755
--- a/scripts/decodetree.py
+++ b/scripts/decodetree.py
@@ -972,6 +972,7 @@ def main():
global input_file
global insnwidth
global insntype
+ global insnmask
decode_function = 'decode'
decode_scope = 'static '