mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-11 14:21:10 +02:00
Fix primitive reification for scm-set! / word-set!.
* module/language/cps/reify-primitives.scm (reify-primitives): Fix for scm-set! and word-set!.
This commit is contained in:
parent
1bb44a1ad6
commit
7ef48c4069
1 changed files with 1 additions and 1 deletions
|
@ -368,7 +368,7 @@
|
|||
(letv idx*)
|
||||
(letk kop ($kargs ('idx) (idx*)
|
||||
($continue k src
|
||||
($primcall op ann (obj idx*)))))
|
||||
($primcall op ann (obj idx* val)))))
|
||||
(setk label ($kargs names vars
|
||||
($continue kop src
|
||||
($primcall 'load-u64 idx ()))))))))))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue