qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [4634] Fix usermode build.
@ 2008-05-31 12:14 Paul Brook
  0 siblings, 0 replies; only message in thread
From: Paul Brook @ 2008-05-31 12:14 UTC (permalink / raw)
  To: qemu-devel

Revision: 4634
          http://svn.sv.gnu.org/viewvc/?view=rev&root=qemu&revision=4634
Author:   pbrook
Date:     2008-05-31 12:14:21 +0000 (Sat, 31 May 2008)

Log Message:
-----------
Fix usermode build.

Modified Paths:
--------------
    trunk/linux-user/signal.c

Modified: trunk/linux-user/signal.c
===================================================================
--- trunk/linux-user/signal.c	2008-05-31 11:33:20 UTC (rev 4633)
+++ trunk/linux-user/signal.c	2008-05-31 12:14:21 UTC (rev 4634)
@@ -216,7 +216,7 @@
     sig = host_to_target_signal(info->si_signo);
     tinfo->si_signo = sig;
     tinfo->si_errno = 0;
-    tinfo->si_code = info.si_code;
+    tinfo->si_code = info->si_code;
     if (sig == SIGILL || sig == SIGFPE || sig == SIGSEGV ||
         sig == SIGBUS || sig == SIGTRAP) {
         /* should never come here, but who knows. The information for

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-05-31 12:14 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-05-31 12:14 [Qemu-devel] [4634] Fix usermode build Paul Brook

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).