Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeoff Norton <grompf@sublimeintervention.com>2010-06-17 21:21:53 +0400
committerGeoff Norton <grompf@sublimeintervention.com>2010-06-17 21:21:53 +0400
commit7764ea4e0307d837238b690dc6b1c7c1f43d3ef8 (patch)
tree1e5d3d9ef4d56d17d0dc79230822b5c9387cbc26 /libgc/darwin_stop_world.c
parent89aed1cdd9ed5ba177577493496c1a68d9e62200 (diff)
fix the mac ppc build
svn path=/trunk/mono/; revision=159077
Diffstat (limited to 'libgc/darwin_stop_world.c')
-rw-r--r--libgc/darwin_stop_world.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libgc/darwin_stop_world.c b/libgc/darwin_stop_world.c
index 7e60fe790f5..bc867a0f2fd 100644
--- a/libgc/darwin_stop_world.c
+++ b/libgc/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);