From: Brian A. LaMacchia Date: Mon, 18 Jan 1988 18:39:49 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: 20090517-FFI~12913 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=6fedb3b626ca6d2502aedaab2dd03f96bf5c0793;p=mit-scheme.git *** empty log message *** --- diff --git a/v7/src/compiler/machines/vax/dassm3.scm b/v7/src/compiler/machines/vax/dassm3.scm index 7c5fe8844..7f6a21239 100644 --- a/v7/src/compiler/machines/vax/dassm3.scm +++ b/v7/src/compiler/machines/vax/dassm3.scm @@ -1,6 +1,6 @@ #| -*-Scheme-*- -$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/compiler/machines/vax/dassm3.scm,v 1.1 1988/01/07 16:48:49 bal Exp $ +$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/compiler/machines/vax/dassm3.scm,v 1.2 1988/01/18 18:39:49 bal Exp $ Copyright (c) 1987 Massachusetts Institute of Technology @@ -187,4 +187,4 @@ MIT in each case. |# (define-offset-operand! 12 false 'W get-immediate-word) (define-offset-operand! 13 true 'W get-immediate-word) (define-offset-operand! 15 false 'L get-immediate-longword) -(define-offset-operand! 15 true 'L get-immediate-longword) \ No newline at end of file +(define-offset-operand! 15 true 'L get-immediate-longword)