mirror of
https://github.com/izzy2lost/xemu.git
synced 2026-07-06 00:20:22 -07:00
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>
This commit is contained in:
@@ -972,6 +972,7 @@ def main():
|
||||
global input_file
|
||||
global insnwidth
|
||||
global insntype
|
||||
global insnmask
|
||||
|
||||
decode_function = 'decode'
|
||||
decode_scope = 'static '
|
||||
|
||||
Reference in New Issue
Block a user