OSDN Git Service

target-arm: Fix some copy-and-paste errors in cp register names
authorPeter Maydell <peter.maydell@linaro.org>
Thu, 12 Jul 2012 10:58:36 +0000 (10:58 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Thu, 12 Jul 2012 10:58:36 +0000 (10:58 +0000)
commit091fd17ce8ebdc2922d536e13d2bb96f8acc83f0
tree4c4684cbf44ba0a82ea6d3b9434db2b4281b7295
parent81a60ada7e85c334c9516cad89d25a7dd889f399
target-arm: Fix some copy-and-paste errors in cp register names

Fix a couple of cases where cp register names were copy-and-pasted.
These are harmless since we don't use the name for anything (except
debugging convenience) but could be confusing.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Igor Mitsyanko <i.mitsyanko@samsung.com>
target-arm/helper.c