target/arm: Allow for floating point in callee stack integrity check
commit0dc51d66fcfcc4c72011cdafb401fd876ca216e7
authorPeter Maydell <peter.maydell@linaro.org>
Mon, 29 Apr 2019 16:36:00 +0000 (29 17:36 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Mon, 29 Apr 2019 16:36:00 +0000 (29 17:36 +0100)
treed457ef589424878079c80b0d3be4c5f3c130db2e
parent60fba59a2f9a092a44b688df5d058cdd6dd9c276
target/arm: Allow for floating point in callee stack integrity check

The magic value pushed onto the callee stack as an integrity
check is different if floating point is present.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-id: 20190416125744.27770-15-peter.maydell@linaro.org
target/arm/helper.c