|
@@ -628,7 +628,7 @@ static int do_setcontext(struct target_ucontext *ucp, CPUPPCState *env, int sig)
|
|
if (!lock_user_struct(VERIFY_READ, mcp, mcp_addr, 1))
|
|
if (!lock_user_struct(VERIFY_READ, mcp, mcp_addr, 1))
|
|
return 1;
|
|
return 1;
|
|
|
|
|
|
- target_to_host_sigset_internal(&blocked, &set);
|
|
|
|
|
|
+ target_to_host_sigset(&blocked, &set);
|
|
set_sigmask(&blocked);
|
|
set_sigmask(&blocked);
|
|
restore_user_regs(env, mcp, sig);
|
|
restore_user_regs(env, mcp, sig);
|
|
|
|
|