OSDN Git Service

linux-user/signal.c: Fix AArch64 big-endian FP register restore
authorPeter Maydell <peter.maydell@linaro.org>
Sun, 2 Mar 2014 19:36:38 +0000 (19:36 +0000)
committerRiku Voipio <riku.voipio@linaro.org>
Mon, 3 Mar 2014 21:03:00 +0000 (23:03 +0200)
commit4cf2348026002d64556f89d0971c663311be2525
tree6075aef45348abe584495c276a5ed016eb665e18
parentd844a7b6569fb2b5252773444b18841426e5b906
linux-user/signal.c: Fix AArch64 big-endian FP register restore

Fix the loop restoring the FP registers from the signal frame to match
the one used when setting up the signal frame, so that it handles
TARGET_WORDS_BIGENDIAN being set.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Riku Voipio <riku.voipio@linaro.org>
Reviewed-by: Richard Henderson <rth@twiddle.net>
linux-user/signal.c