* [Qemu-devel] [5450] CRIS: linux-user signals dont need ERP compensation after break anymore.
@ 2008-10-08 14:39 Edgar E. Iglesias
0 siblings, 0 replies; only message in thread
From: Edgar E. Iglesias @ 2008-10-08 14:39 UTC (permalink / raw)
To: qemu-devel
Revision: 5450
http://svn.sv.gnu.org/viewvc/?view=rev&root=qemu&revision=5450
Author: edgar_igl
Date: 2008-10-08 14:39:08 +0000 (Wed, 08 Oct 2008)
Log Message:
-----------
CRIS: linux-user signals dont need ERP compensation after break anymore.
Modified Paths:
--------------
trunk/linux-user/signal.c
Modified: trunk/linux-user/signal.c
===================================================================
--- trunk/linux-user/signal.c 2008-10-08 14:26:58 UTC (rev 5449)
+++ trunk/linux-user/signal.c 2008-10-08 14:39:08 UTC (rev 5450)
@@ -3023,9 +3023,6 @@
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:
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2008-10-08 14:39 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-10-08 14:39 [Qemu-devel] [5450] CRIS: linux-user signals dont need ERP compensation after break anymore Edgar E. Iglesias
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).