Change type offsets to 16-byte intervals to match new microcode.
authorChris Hanson <org/chris-hanson/cph>
Sat, 10 Jan 1987 00:29:59 +0000 (00:29 +0000)
committerChris Hanson <org/chris-hanson/cph>
Sat, 10 Jan 1987 00:29:59 +0000 (00:29 +0000)
v7/src/compiler/machines/bobcat/lapgen.scm

index 8cc6aebf232ca2335890568fd7ae48046a07e758..3cd80b3ce5be2c640eddfa05148b5a3752f6fa67 100644 (file)
@@ -37,7 +37,7 @@
 
 ;;;; RTL Rules for 68020
 
-;;; $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/compiler/machines/bobcat/lapgen.scm,v 1.150 1987/01/09 23:24:13 cph Exp $
+;;; $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/compiler/machines/bobcat/lapgen.scm,v 1.151 1987/01/10 00:29:59 cph Exp $
 
 (declare (usual-integrations))
 (using-syntax (access lap-generator-syntax-table compiler-package)
 
 (define-rule statement
   (MESSAGE-RECEIVER:STACK (? frame-size))
-  `((MOVE L (& ,(+ #x00200000 (* frame-size 4))) (@-A 7))))
+  `((MOVE L (& ,(+ #x00100000 (* frame-size 4))) (@-A 7))))
 
 (define-rule statement
   (MESSAGE-RECEIVER:SUBPROBLEM (? continuation))
-  (list '(MOVE L (& #x00400000) (@-A 7))))
+  (list '(MOVE L (& #x00200000) (@-A 7))))
 
 (define (apply-closure-sequence frame-size receiver-offset label)
   `((MOVEQ (& -1) (D 0))