mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-10 22:10:21 +02:00
Fix emit-receive* for many locals
* module/system/vm/assembler.scm (emit-receive*): Fix to use FP-relative move instead of SP-relative move.
This commit is contained in:
parent
9e1c07bda6
commit
362907810b
1 changed files with 1 additions and 1 deletions
|
@ -842,7 +842,7 @@ later by the linker."
|
|||
(emit-receive asm dst proc nlocals)
|
||||
(begin
|
||||
(emit-receive-values asm proc #t 1)
|
||||
(emit-mov* asm dst (1+ proc))
|
||||
(emit-fmov* asm dst (1+ proc))
|
||||
(emit-reset-frame asm nlocals))))
|
||||
|
||||
(define (emit-text asm instructions)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue