Add maximum-padding-length definition.
authorGuillermo J. Rozas <edu/mit/csail/zurich/gjr>
Mon, 13 Jul 1987 22:04:47 +0000 (22:04 +0000)
committerGuillermo J. Rozas <edu/mit/csail/zurich/gjr>
Mon, 13 Jul 1987 22:04:47 +0000 (22:04 +0000)
v7/src/compiler/machines/bobcat/assmd.scm

index e0b253b054be1786866f2522e53b4d4527973016..6d358dc0405330a276df851610d187c2922c814d 100644 (file)
@@ -1,6 +1,6 @@
 #| -*-Scheme-*-
 
-$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/compiler/machines/bobcat/assmd.scm,v 1.29 1987/03/19 00:52:27 cph Exp $
+$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/compiler/machines/bobcat/assmd.scm,v 1.30 1987/07/13 22:04:47 jinx Exp $
 
 Copyright (c) 1987 Massachusetts Institute of Technology
 
@@ -38,6 +38,8 @@ MIT in each case. |#
 \f
 (define addressing-granularity 8)
 (define scheme-object-width 32)
+;; Instruction length is always a multiple of 16
+(define maximum-padding-length 16)
 
 (define make-nmv-header)
 (let ()