user-exec.c: fix build on NetBSD/sparc64 and NetBSD/arm
authorTobias Nygren <tnn@NetBSD.org>
Thu, 5 Mar 2015 21:37:41 +0000 (22:37 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Fri, 13 Mar 2015 15:57:00 +0000 (15:57 +0000)
commit7ccfb495c64e1eef5886dcc4d48523ed6d1d22a4
treef2e8b373608268976ca9017811b9af69c48e90fc
parentdea46359989121b43924cd89acd03795383f54f6
user-exec.c: fix build on NetBSD/sparc64 and NetBSD/arm

A couple of #ifdef changes necessary to use NetBSD's ucontext
structs on sparc64 and arm.

Signed-off-by: Tobias Nygren <tnn@NetBSD.org>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Message-id: 1425591461-17550-1-git-send-email-tnn@NetBSD.org
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
user-exec.c