]> git.ipfire.org Git - thirdparty/qemu.git/commit
target/arm: Don't use '#' flag of printf format
authorXinhao Zhang <zhangxinhao1@huawei.com>
Tue, 3 Nov 2020 11:45:28 +0000 (19:45 +0800)
committerPeter Maydell <peter.maydell@linaro.org>
Tue, 10 Nov 2020 11:03:48 +0000 (11:03 +0000)
commit6eb55edbabb9eed1e4c7dfb233e7d738e8b5fa89
tree6663062eb2df85cff0520165b62cd82f17f851c2
parentbdc3b6f570e8bd219aa6a24a149b35a691e6986c
target/arm: Don't use '#' flag of printf format

Fix code style. Don't use '#' flag of printf format ('%#') in
format strings, use '0x' prefix instead

Signed-off-by: Xinhao Zhang <zhangxinhao1@huawei.com>
Signed-off-by: Kai Deng <dengkai1@huawei.com>
Message-id: 20201103114529.638233-2-zhangxinhao1@huawei.com
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
target/arm/translate-a64.c