target/arm: Correct typo in HAMAIR1 regdef name
authorPeter Maydell <peter.maydell@linaro.org>
Mon, 20 Aug 2018 10:24:31 +0000 (11:24 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Mon, 20 Aug 2018 10:24:31 +0000 (11:24 +0100)
commit55b53c718b2f684793eeefcf1c1a548ee97e23aa
treec80a4ad2262854639b34aa6326f6abeaa672f41f
parent3c54cf7705f243c0d37f254abd0131ab69ae94e5
target/arm: Correct typo in HAMAIR1 regdef name

We implement the HAMAIR1 register as RAZ/WI; we had a typo in the
regdef, though, and were incorrectly naming it HMAIR1 (which is
a different register which we also implement as RAZ/WI).

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Edgar E. Iglesias <edgar.iglesias@xilinx.com>
Reviewed-by: Luc Michel <luc.michel@greensocs.com>
Message-id: 20180814124254.5229-2-peter.maydell@linaro.org
target/arm/helper.c