target/m68k: In dump_address_map() check for memory access failures
authorPeter Maydell <peter.maydell@linaro.org>
Mon, 10 Dec 2018 16:56:34 +0000 (16:56 +0000)
committerLaurent Vivier <laurent@vivier.eu>
Thu, 16 May 2019 19:40:45 +0000 (21:40 +0200)
commitf80b551ddc8b2d3ffc358f6fc7351e4100ab3dff
treed400d5a5c5078c401ddfbd424a7143c657ea573e
parentc1497fba36465d0259d4d04f2bf09ea59ed42680
target/m68k: In dump_address_map() check for memory access failures

In dump_address_map(), use address_space_ldl() instead of ldl_phys().
This allows us to check whether the memory access failed.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Message-Id: <20181210165636.28366-2-peter.maydell@linaro.org>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>
target/m68k/helper.c