]> git.proxmox.com Git - mirror_qemu.git/commit
decodetree: Introduce whex and whexC helpers
authorRichard Henderson <richard.henderson@linaro.org>
Wed, 28 Apr 2021 23:27:56 +0000 (16:27 -0700)
committerRichard Henderson <richard.henderson@linaro.org>
Sat, 1 May 2021 18:44:56 +0000 (11:44 -0700)
commitc7cefe6c667f706f76f4676ae2894286c5b8b9b3
tree0c7bf7cd5f3c30c218e3937947931e50a6e58e04
parentdb647703ba9d82519363c107715f562187fbcc16
decodetree: Introduce whex and whexC helpers

Form a hex constant of the appropriate insnwidth.
Begin using f-strings on changed lines.

Reviewed-by: Luis Pires <luis.pires@eldorado.org.br>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
scripts/decodetree.py