qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [4499] Fix Sparc32 compilation broken by r4484


From: Blue Swirl
Subject: [Qemu-devel] [4499] Fix Sparc32 compilation broken by r4484
Date: Mon, 19 May 2008 17:20:03 +0000

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 ? */






reply via email to

[Prev in Thread] Current Thread [Next in Thread]