summaryrefslogtreecommitdiff
path: root/mach_dep.c
diff options
context:
space:
mode:
Diffstat (limited to 'mach_dep.c')
-rw-r--r--mach_dep.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/mach_dep.c b/mach_dep.c
index 10291415..48f19eb0 100644
--- a/mach_dep.c
+++ b/mach_dep.c
@@ -14,6 +14,8 @@
#include "private/gc_priv.h"
+#if !defined(SN_TARGET_ORBIS)
+
#include <stdio.h>
#ifdef AMIGA
@@ -325,3 +327,5 @@ GC_INNER void GC_with_callee_saves_pushed(void (*fn)(ptr_t, void *),
/* contents before we get a chance to look at them. */
GC_noop1((word)(&dummy));
}
+
+#endif /* !SN_TARGET_ORBIS */