mirror of
https://gitlab.com/qemu-project/qemu
synced 2024-11-05 20:35:44 +00:00
CRIS: linux-user signals dont need ERP compensation after break anymore.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5450 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
a9fc4a7826
commit
235262cf36
1 changed files with 0 additions and 3 deletions
|
@ -3023,9 +3023,6 @@ long do_sigreturn(CPUState *env)
|
|||
sigprocmask(SIG_SETMASK, &set, NULL);
|
||||
|
||||
restore_sigcontext(&frame->sc, env);
|
||||
/* Compensate for the syscall return path advancing brk. */
|
||||
env->pc -= 2;
|
||||
|
||||
unlock_user_struct(frame, frame_addr, 0);
|
||||
return env->regs[10];
|
||||
badframe:
|
||||
|
|
Loading…
Reference in a new issue