From 86cd4dd75c03822c0ae465e03b5a87ee252866bc Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Wed, 30 Sep 1992 21:57:27 +0000 Subject: [PATCH] Fix typo. --- v7/src/compiler/machines/spectrum/rulfix.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.25.1