linux-user/signal.c: Use target address instead of host address for microblaze restorer
commit166c97edd682878943f496f1a3cbed49e096d43b
authorChen Gang <chengang@emindsoft.com.cn>
Tue, 29 Mar 2016 14:13:45 +0000 (29 22:13 +0800)
committerRiku Voipio <riku.voipio@linaro.org>
Fri, 27 May 2016 11:50:40 +0000 (27 14:50 +0300)
tree5bdca32b4b6f5fd9445896cf46a6b188b11cbf6a
parentf1d9d1071c01bc5852750b0a829cf45f32cde709
linux-user/signal.c: Use target address instead of host address for microblaze restorer

The return address is in target space, so the restorer address needs to
be target space, too.

Signed-off-by: Chen Gang <gang.chen.5i5j@gmail.com>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Laurent Vivier <laurent@vivier.eu>
Signed-off-by: Riku Voipio <riku.voipio@linaro.org>
linux-user/signal.c