]> git.proxmox.com Git - qemu.git/commit
target-arm: Fix typo that meant TTBR1 accesses went to TTBR0
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)
commit81a60ada7e85c334c9516cad89d25a7dd889f399
tree611d1071cd8e69312cf1a825273b2232f4d20e65
parent2bee5105481637f9603bc71ef7cbb81e8da9cd68
target-arm: Fix typo that meant TTBR1 accesses went to TTBR0

Fix a copy-and-paste error in the register description for TTBR1
that meant it was a duplicate of TTBR0 rather than affecting the
correct bit of CPU state.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
target-arm/helper.c