changeset 56501:9dce5e8bf384

From Barry Fishman <barry_fishman@att.net> (tiny change) Use GC_MARK_STACK if __amd64__ is defined.
author Kim F. Storm <storm@cua.dk>
date Wed, 21 Jul 2004 22:04:29 +0000
parents b36bc601f35e
children d52997cf4fbb e657dca8261e
files src/s/gnu-linux.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/s/gnu-linux.h	Wed Jul 21 22:02:22 2004 +0000
+++ b/src/s/gnu-linux.h	Wed Jul 21 22:04:29 2004 +0000
@@ -355,7 +355,7 @@
 
 #if defined __i386__ || defined __sparc__ || defined __mc68000__ \
     || defined __alpha__ || defined __mips__ || defined __s390__ \
-    || defined __arm__ || defined __powerpc__
+    || defined __arm__ || defined __powerpc__ || defined __amd64__
 #define GC_SETJMP_WORKS 1
 #define GC_MARK_STACK GC_MAKE_GCPROS_NOOPS
 #ifdef __mc68000__