monitor: Use TARGET_PRI*PHYS to avoid TARGET_PHYS_ADDR_BITS ifdef
commit66f27e63ae3d91876d348e38fb5af4b48ae6b8fb
authorPeter Maydell <peter.maydell@linaro.org>
Mon, 25 Jun 2012 15:52:24 +0000 (25 16:52 +0100)
committerBlue Swirl <blauwirbel@gmail.com>
Sat, 14 Jul 2012 10:37:42 +0000 (14 10:37 +0000)
tree4fe30b5e6570e9f8e88acea21c91c725c91946b8
parentc1950a4e95c57c47a74d010c7c0727320ef2a550
monitor: Use TARGET_PRI*PHYS to avoid TARGET_PHYS_ADDR_BITS ifdef

Now we have TARGET_PRI*PHYS for printing target_phys_addr_t values,
we can use them in monitor.c rather than having duplicate code
in two arms of a TARGET_PHYS_ADDR_BITS ifdef.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Andreas Färber <afaerber@suse.de>
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
monitor.c