commit | d3ee69375d181123f448bb10162205ea519552d0 | [log] [tgz] |
---|---|---|
author | Peter Maydell <peter.maydell@linaro.org> | Mon Jun 25 11:57:41 2012 +0000 |
committer | Peter Maydell <peter.maydell@linaro.org> | Mon Jun 25 11:57:41 2012 +0000 |
tree | 77e5b83492e0dbbeab248b57d8ca4d9c8714f8c3 | |
parent | a7d7f2e5b4d1e92776c81d57b1b78d7ad2799238 [diff] |
monitor: Use PRI*PLX to avoid TARGET_PHYS_ADDR_BITS ifdef Now we have PRX*PLX 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>