]> git.proxmox.com Git - qemu.git/commit - linux-user/signal.c
ARM: linux-user: Correct size of padding in target_ucontext_v2
authorPeter Maydell <peter.maydell@linaro.org>
Wed, 24 Nov 2010 15:20:03 +0000 (15:20 +0000)
committerRiku Voipio <riku.voipio@nokia.com>
Fri, 3 Dec 2010 13:09:39 +0000 (15:09 +0200)
commit5f0b7c888b5e626d61e0969a6c0dbf4fcf0f522c
tree7cdf568158369a11ed45ee30e81a3d9cd9843ffd
parentef5e4ea587c10d3a936f807d6fa2a81c71a86511
ARM: linux-user: Correct size of padding in target_ucontext_v2

The padding in the target_ucontext_v2 is defined by the size of
the target's sigset_t type, not the host's. (This bug only causes
problems when we start using the uc_regspace[] array to expose
VFP registers to userspace signal handlers.)

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Riku Voipio <riku.voipio@nokia.com>
linux-user/signal.c