]> git.proxmox.com Git - mirror_qemu.git/commit
armv7m: honour CCR.STACKALIGN on exception entry
authorMichael Davidsaver <mdavidsaver@gmail.com>
Fri, 27 Jan 2017 15:20:23 +0000 (15:20 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Fri, 27 Jan 2017 15:29:08 +0000 (15:29 +0000)
commitdc858c6633a9af8b80c1509cf6f825e4390d3ad1
treeaa72baa92945160a912bab49b2cecb8b4c06a4b7
parente6b332097d1a4713173a82f17d039b4c78bc6f59
armv7m: honour CCR.STACKALIGN on exception entry

The CCR.STACKALIGN bit controls whether the CPU is supposed to force
8-alignment of the stack pointer on entry to the exception handler.

Signed-off-by: Michael Davidsaver <mdavidsaver@gmail.com>
Message-id: 1485285380-10565-6-git-send-email-peter.maydell@linaro.org
[PMM: commit message and comment tweaks]
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
target/arm/helper.c