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:
authorMiguel de Icaza <miguel@gnome.org>2006-11-19 19:42:26 +0300
committerMiguel de Icaza <miguel@gnome.org>2006-11-19 19:42:26 +0300
commitc71714cbda8b7a4fe4f1a5e1c95b95b5618623d8 (patch)
tree318022a93a8d18ff6cd9ffa8ddedce487408690a /libgc/os_dep.c
parent4ba7cf098c6a2623cc6ffdd60f8a6f0aeb9c0e27 (diff)
2006-11-19 Allan Hsu <allan@counterpop.net>
* libgc/darwin_stop_world.c, libgc/include/private/gc_priv.h, libgc/os_dep.c: Fixes to make the GC work on OSX/Intel with XCode 2.4 (10.4u SDK and newer). This code should work with older versions of the SDK as well. svn path=/trunk/mono/; revision=68156
Diffstat (limited to 'libgc/os_dep.c')
-rw-r--r--libgc/os_dep.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libgc/os_dep.c b/libgc/os_dep.c
index e92a9ef636c..f64caeffa2f 100644
--- a/libgc/os_dep.c
+++ b/libgc/os_dep.c
@@ -3702,7 +3702,7 @@ void GC_dirty_init() {
mask,
GC_ports.exception,
EXCEPTION_DEFAULT,
- MACHINE_THREAD_STATE
+ GC_MACH_THREAD_STATE_FLAVOR
);
if(r != KERN_SUCCESS) ABORT("task_set_exception_ports failed");