Stack checks are disabled on the 386 by default because they are not
authorGuillermo J. Rozas <edu/mit/csail/zurich/gjr>
Wed, 7 Oct 1992 01:29:36 +0000 (01:29 +0000)
committerGuillermo J. Rozas <edu/mit/csail/zurich/gjr>
Wed, 7 Oct 1992 01:29:36 +0000 (01:29 +0000)
needed under DPMI/Windows.

v7/src/compiler/machines/i386/make.scm

index 596818cdedf84a3dea062637fd878bb4945c0013..6f65173d36ef0a56ab03e4cc23ba9e4b856e779d 100644 (file)
@@ -1,6 +1,6 @@
 #| -*-Scheme-*-
 
-$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/compiler/machines/i386/make.scm,v 1.2 1992/02/28 20:22:42 jinx Exp $
+$Id: make.scm,v 1.3 1992/10/07 01:29:36 jinx Exp $
 
 Copyright (c) 1992 Massachusetts Institute of Technology
 
@@ -36,4 +36,6 @@ MIT in each case. |#
 
 (declare (usual-integrations))
 
-((load "base/make") "Intel i386")
\ No newline at end of file
+((load "base/make") "Intel i386")
+(set! (access compiler:generate-stack-checks? (->environment '(compiler)))
+      false)
\ No newline at end of file