mirror of
git://git.code.sf.net/p/sbcl/sbcl
synced 2026-09-10 07:26:40 -04:00
Add type cast to get MAKE-ARRAY inlined
This commit is contained in:
parent
5abcbe4fe1
commit
9e2d512899
|
|
@ -321,7 +321,7 @@
|
|||
#+immobile-code
|
||||
(let* ((fdefns-start (+ code-constants-offset
|
||||
(* code-slots-per-simple-fun (code-n-entries code))))
|
||||
(fdefns-count (code-n-named-calls code))
|
||||
(fdefns-count (the index (code-n-named-calls code)))
|
||||
(replacements (make-array fdefns-count :initial-element nil))
|
||||
(ambiguous (make-array fdefns-count :initial-element 0 :element-type 'bit))
|
||||
(any-replacements)
|
||||
|
|
|
|||
Loading…
Reference in a new issue