From: Geoff Norton Date: Thu, 17 Jun 2010 17:21:53 +0000 (+0000) Subject: fix the mac ppc build X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5bff6c270ee30983cd6fddced37e5e7de6a07c27;p=gc fix the mac ppc build svn path=/trunk/mono/; revision=159077 --- diff --git a/darwin_stop_world.c b/darwin_stop_world.c index 7e60fe79..bc867a0f 100644 --- a/darwin_stop_world.c +++ b/darwin_stop_world.c @@ -161,7 +161,7 @@ void GC_push_all_stacks() { GC_push_one(state.__fs); GC_push_one(state.__gs); #elif defined(POWERPC) -#if defined(_STRUCT_PPC_EXCEPTION_STATE) +#if defined(_STRUCT_PPC_EXCEPTION_STATE) && defined(__DARWIN_UNIX03) lo = (void*)(state.__r1 - PPC_RED_ZONE_SIZE); GC_push_one(state.__r0);