All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-trivial] [TRIVIAL] sas_ss_flags bug for powerpc
@ 2012-02-09 18:30 ` Alex Barcelo
  0 siblings, 0 replies; 14+ messages in thread
From: Alex Barcelo @ 2012-02-09 18:30 UTC (permalink / raw)
  To: qemu-devel; +Cc: qemu-trivial

Signed-off-by: Alex Barcelo <abarcelo@ac.upc.edu>
---
 linux-user/signal.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/linux-user/signal.c b/linux-user/signal.c
index 79a39dc..26e0530 100644
--- a/linux-user/signal.c
+++ b/linux-user/signal.c
@@ -4115,7 +4115,7 @@ static target_ulong get_sigframe(struct
target_sigaction *ka,
     oldsp = env->gpr[1];

     if ((ka->sa_flags & TARGET_SA_ONSTACK) &&
-        (sas_ss_flags(oldsp))) {
+        (sas_ss_flags(oldsp)) == 0) {
         oldsp = (target_sigaltstack_used.ss_sp
                  + target_sigaltstack_used.ss_size);
     }
-- 
1.7.5.4


^ permalink raw reply related	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2012-02-10 13:28 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-02-09 18:30 [Qemu-trivial] [TRIVIAL] sas_ss_flags bug for powerpc Alex Barcelo
2012-02-09 18:30 ` [Qemu-devel] " Alex Barcelo
2012-02-09 18:43 ` [Qemu-trivial] " Andreas Färber
2012-02-09 18:43   ` Andreas Färber
2012-02-09 19:00   ` [Qemu-trivial] " Alex Barcelo
2012-02-09 19:00     ` Alex Barcelo
2012-02-10  8:23     ` [Qemu-trivial] " Stefan Hajnoczi
2012-02-10  8:23       ` [Qemu-devel] [Qemu-trivial] " Stefan Hajnoczi
2012-02-10 12:52       ` [Qemu-trivial] [Qemu-devel] " Paul Brook
2012-02-10 12:52         ` [Qemu-devel] [Qemu-trivial] " Paul Brook
2012-02-10 13:27         ` [Qemu-trivial] [Qemu-devel] " Alex Barcelo
2012-02-10 13:27           ` [Qemu-devel] [Qemu-trivial] " Alex Barcelo
2012-02-09 22:52   ` [Qemu-trivial] [Qemu-devel] " Alexander Graf
2012-02-09 22:52     ` Alexander Graf

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.