From b7c3c2149b4eabe76b35dbf38fb23da8e56d7306 Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Thu, 13 Jun 1991 18:59:29 +0000 Subject: [PATCH] For SYSTEM-VECTOR-SIZE, cannot assume that the type code of the length field is zero, as we can for VECTOR-LENGTH. --- v7/src/compiler/rtlgen/opncod.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/v7/src/compiler/rtlgen/opncod.scm b/v7/src/compiler/rtlgen/opncod.scm index 8aec32a44..2fd529de1 100644 --- a/v7/src/compiler/rtlgen/opncod.scm +++ b/v7/src/compiler/rtlgen/opncod.scm @@ -1,6 +1,6 @@ #| -*-Scheme-*- -$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/compiler/rtlgen/opncod.scm,v 4.42 1991/06/12 20:47:39 cph Exp $ +$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/compiler/rtlgen/opncod.scm,v 4.43 1991/06/13 18:59:29 cph Exp $ Copyright (c) 1988-1991 Massachusetts Institute of Technology @@ -632,7 +632,7 @@ MIT in each case. |# internal-close-coding-for-type-checks))))) (user-ref 'CELL-CONTENTS rtl:make-fetch (ucode-type cell) 0) (user-ref 'VECTOR-LENGTH rtl:length-fetch (ucode-type vector) 0) - (user-ref 'SYSTEM-VECTOR-SIZE rtl:length-fetch false 0) + (user-ref 'SYSTEM-VECTOR-SIZE rtl:vector-length-fetch false 0) (user-ref 'STRING-LENGTH rtl:length-fetch (ucode-type string) 1) (user-ref 'BIT-STRING-LENGTH rtl:length-fetch (ucode-type vector-1b) 1) (user-ref 'CAR rtl:make-fetch (ucode-type pair) 0) -- 2.25.1