From: Chris Hanson Date: Wed, 30 Sep 1992 21:57:27 +0000 (+0000) Subject: Fix typo. X-Git-Tag: 20090517-FFI~8868 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=86cd4dd75c03822c0ae465e03b5a87ee252866bc;p=mit-scheme.git Fix typo. --- diff --git a/v7/src/compiler/machines/spectrum/rulfix.scm b/v7/src/compiler/machines/spectrum/rulfix.scm index 524465073..5cf5d6cdf 100644 --- a/v7/src/compiler/machines/spectrum/rulfix.scm +++ b/v7/src/compiler/machines/spectrum/rulfix.scm @@ -1,6 +1,6 @@ #| -*-Scheme-*- -$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/compiler/machines/spectrum/rulfix.scm,v 4.43 1992/08/19 13:59:03 jinx Exp $ +$Id: rulfix.scm,v 4.44 1992/09/30 21:57:27 cph Exp $ Copyright (c) 1989-1992 Massachusetts Institute of Technology @@ -673,7 +673,7 @@ MIT in each case. |# (cond ((not xpt) (error "fixnum-quotient: Inconsistency" constant)) ((>= xpt scheme-datum-width) - (if ovfwl? + (if ovflw? (LAP (COPY (TR) 0 ,tgt)) (copy 0 tgt))) (else