target-arm: Provide both 32 and 64 bit versions of debug registers
authorPeter Maydell <peter.maydell@linaro.org>
Tue, 19 Aug 2014 17:56:25 +0000 (18:56 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Tue, 19 Aug 2014 18:02:03 +0000 (19:02 +0100)
commit10aae1049fe90b84798af2751051ea896437a831
tree773ad7bd64d37f8bc184fe864e7dd90f5950b378
parent58a1d8ceabbbf0ddaa8d6d81faa2f77816d35e18
target-arm: Provide both 32 and 64 bit versions of debug registers

Bring the 32 bit and 64 bit views of the debug registers into
line by providing the same set of registers in both cases.
(This still isn't a complete set, but it is consistent.)

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Edgar E. Iglesias <edgar.iglesias@xilinx.com>
target-arm/helper.c