fixing installvalues
This commit is contained in:
parent
6c50b88703
commit
ec3b443f2a
|
@ -1843,7 +1843,9 @@
|
|||
(make-instruction-sequence
|
||||
`(,(make-AssignImmediateStatement to from))))
|
||||
(build-list count (lambda: ([i : Natural])
|
||||
(make-EnvLexicalReference (+ i (InstallValue-depth exp))
|
||||
(make-EnvLexicalReference (+ i
|
||||
(InstallValue-depth exp)
|
||||
(sub1 count))
|
||||
(InstallValue-box? exp))))
|
||||
(cons (make-Reg 'val)
|
||||
(build-list (sub1 count) (lambda: ([i : Natural])
|
||||
|
|
Loading…
Reference in New Issue
Block a user