Fix typo in previous change.
authorChris Hanson <org/chris-hanson/cph>
Wed, 23 Dec 1992 13:36:44 +0000 (13:36 +0000)
committerChris Hanson <org/chris-hanson/cph>
Wed, 23 Dec 1992 13:36:44 +0000 (13:36 +0000)
v7/src/compiler/rtlgen/opncod.scm

index 0ea7c1327b2dcd8ccbaa45abc0a5d58c7fb546c1..02b881eb58875a73c110803d4667d6d3df855e2c 100644 (file)
@@ -1,6 +1,6 @@
 #| -*-Scheme-*-
 
-$Id: opncod.scm,v 4.53 1992/12/16 12:12:18 gjr Exp $
+$Id: opncod.scm,v 4.54 1992/12/23 13:36:44 cph Exp $
 
 Copyright (c) 1988-1992 Massachusetts Institute of Technology
 
@@ -598,7 +598,9 @@ MIT in each case. |#
              combination
              (list
               (open-code:type-check type (ucode-type fixnum))
-              (open-code:range-check type (expt 2 scheme-type-width)))
+              (open-code:range-check type
+                                     (rtl:make-machine-constant
+                                      (expt 2 scheme-type-width))))
              (finish
               (rtl:make-eq-test (rtl:make-object->datum type)
                                 (rtl:make-object->type object)))