commit | 4cf2348026002d64556f89d0971c663311be2525 | [log] [tgz] |
---|---|---|
author | Peter Maydell <peter.maydell@linaro.org> | Sun Mar 02 19:36:38 2014 +0000 |
committer | Riku Voipio <riku.voipio@linaro.org> | Mon Mar 03 23:03:00 2014 +0200 |
tree | 6075aef45348abe584495c276a5ed016eb665e18 | |
parent | d844a7b6569fb2b5252773444b18841426e5b906 [diff] |
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>