# HG changeset patch # User Kim F. Storm # Date 1090447469 0 # Node ID 9dce5e8bf384c7f9d251339b49bd498261b20884 # Parent b36bc601f35eb7e40ad6ac9bac9ac45448687c55 From Barry Fishman (tiny change) Use GC_MARK_STACK if __amd64__ is defined. diff -r b36bc601f35e -r 9dce5e8bf384 src/s/gnu-linux.h --- 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__