aboutsummaryrefslogtreecommitdiff
path: root/linux-user/arm/target_cpu.h
diff options
context:
space:
mode:
authorPeter Maydell <peter.maydell@linaro.org>2015-03-16 12:30:47 +0000
committerPeter Maydell <peter.maydell@linaro.org>2015-03-16 12:30:47 +0000
commitfcf83ab103dce6d2951f24f48e30820e7dbb3622 (patch)
tree45fd7842e9c64372faca50d236807dce7b11c362 /linux-user/arm/target_cpu.h
parentda3e53ddcb0ca924da97ca5a35605fc554aa3e05 (diff)
target-arm: Ignore low bit of PC in M-profile exception return
For the ARM M-profile cores, exception return pops various registers including the PC from the stack. The architecture defines that if the lowest bit in the new PC value is set (ie the PC is not halfword aligned) then behaviour is UNPREDICTABLE. In practice hardware implementations seem to simply ignore the low bit, and some buggy RTOSes incorrectly rely on this. QEMU's behaviour was architecturally permitted, but bringing QEMU into line with the hardware behaviour allows more guest code to run. We log the situation as a guest error. This was reported as LP:1428657. Reported-by: Anders Esbensen <anders@lyes.dk> Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Diffstat (limited to 'linux-user/arm/target_cpu.h')
0 files changed, 0 insertions, 0 deletions