target-arm: Fix typo in ARM946 cp15 c5 handling
authorPeter Maydell <peter.maydell@linaro.org>
Wed, 14 Mar 2012 12:26:10 +0000 (12:26 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Thu, 15 Mar 2012 17:00:51 +0000 (17:00 +0000)
commit4de47793d49e70ee048e15889d4bf139e7b36ce7
tree7be71bb71a82264f92279fb4a9008a92f5f7cace
parentae7d54d489540b49b7c13a7df7ddc220588a2ced
target-arm: Fix typo in ARM946 cp15 c5 handling

Fix a typo in handling of the ARM946 cp15 c5 c0 0 1 handling
(instruction access permission bits) that meant it would
return the data access permission bits by mistake.

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