From e8b1b5415b12613db0b1353a241d48d333383f14 Mon Sep 17 00:00:00 2001 From: Stephen Adams Date: Tue, 23 Jul 1996 19:23:21 +0000 Subject: [PATCH] revert one line. --- v8/src/compiler/machines/spectrum/rulfix.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/v8/src/compiler/machines/spectrum/rulfix.scm b/v8/src/compiler/machines/spectrum/rulfix.scm index 3805bc598..0d1dae555 100644 --- a/v8/src/compiler/machines/spectrum/rulfix.scm +++ b/v8/src/compiler/machines/spectrum/rulfix.scm @@ -1,6 +1,6 @@ #| -*-Scheme-*- -$Id: rulfix.scm,v 1.4 1996/07/23 19:11:20 adams Exp $ +$Id: rulfix.scm,v 1.5 1996/07/23 19:23:21 adams Exp $ Copyright (c) 1989-1996 Massachusetts Institute of Technology @@ -366,6 +366,7 @@ MIT in each case. |# (if ovflw? (error "RULFIX: FIXNUM-LSH with overflow check requested")) (signed-fixnum? constant)) (lambda (tgt src shift overflow?) + (if overflow? (error "RULFIX: FIXNUM-LSH with overflow check requested")) (cond ((zero? shift) (copy src tgt)) ((negative? shift) -- 2.25.1