]> Git Repo - qemu.git/commit - linux-user/signal.c
linux-user/signal.c: Use setup_rt_frame() instead of setup_frame() for target openrisc
authorChen Gang <[email protected]>
Sat, 12 Sep 2015 15:32:30 +0000 (23:32 +0800)
committerRiku Voipio <[email protected]>
Thu, 1 Oct 2015 08:13:55 +0000 (11:13 +0300)
commitd0924a26d8f37ab95fdef99f6850b93e9af3ffb2
treeb70e620e9b2a29fb8dfbed98da9dab977cd174a5
parent08703b9f7bcd7ca2152d51a4c8893d26f1dc28de
linux-user/signal.c: Use setup_rt_frame() instead of setup_frame() for target openrisc

qemu has already considered about some targets may have no traditional
signals. And openrisc's setup_frame() is dummy, but it can be supported
by setup_rt_frame().

Reviewed-by: Peter Maydell <[email protected]>
Signed-off-by: Chen Gang <[email protected]>
Signed-off-by: Riku Voipio <[email protected]>
linux-user/signal.c
This page took 0.022809 seconds and 4 git commands to generate.