]> git.ipfire.org Git - thirdparty/qemu.git/commit
include/exec: fix softmmu version of TARGET_ABI_FMT_lx
authorAlex Bennée <alex.bennee@linaro.org>
Tue, 8 Feb 2022 12:43:33 +0000 (12:43 +0000)
committerAlex Bennée <alex.bennee@linaro.org>
Wed, 9 Feb 2022 13:29:38 +0000 (13:29 +0000)
commit514f9f8eb64bfd5d6c15024db93f83bd81998de5
tree73a39175a68ecbf7404c785050d24261c9e08d3e
parent74154d7e4a9a693313ad7639a92ff443c6258741
include/exec: fix softmmu version of TARGET_ABI_FMT_lx

TARGET_ABI_FMT_lx isn't available for softmmu which causes confusion
when trying to print. As abi_ptr == target_ulong use its format string
instead.

Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
include/exec/cpu_ldst.h