qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [4499] Fix Sparc32 compilation broken by r4484
@ 2008-05-19 17:20 Blue Swirl
  0 siblings, 0 replies; only message in thread
From: Blue Swirl @ 2008-05-19 17:20 UTC (permalink / raw)
  To: qemu-devel

Revision: 4499
          http://svn.sv.gnu.org/viewvc/?view=rev&root=qemu&revision=4499
Author:   blueswir1
Date:     2008-05-19 17:20:01 +0000 (Mon, 19 May 2008)

Log Message:
-----------
Fix Sparc32 compilation broken by r4484

Modified Paths:
--------------
    trunk/cpu-exec.c

Modified: trunk/cpu-exec.c
===================================================================
--- trunk/cpu-exec.c	2008-05-19 16:32:18 UTC (rev 4498)
+++ trunk/cpu-exec.c	2008-05-19 17:20:01 UTC (rev 4499)
@@ -1299,7 +1299,7 @@
     siginfo_t *info = pinfo;
     int is_write;
     uint32_t insn;
-#if !defined(__sparc_v9__) || defined(HOST_SOLARIS)
+#if !defined(__arch64__) || defined(HOST_SOLARIS)
     uint32_t *regs = (uint32_t *)(info + 1);
     void *sigmask = (regs + 20);
     /* XXX: is there a standard glibc define ? */

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

only message in thread, other threads:[~2008-05-19 17:20 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-05-19 17:20 [Qemu-devel] [4499] Fix Sparc32 compilation broken by r4484 Blue Swirl

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