mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-20 11:40:18 +02:00
Fix baseline canonicalization of reifying prompts
* module/language/tree-il/compile-bytecode.scm (canonicalize): Fix arg order to make-prompt.
This commit is contained in:
parent
f9c9e71046
commit
2e6f2feefc
1 changed files with 1 additions and 1 deletions
|
@ -516,7 +516,7 @@
|
||||||
;; expressions. (Escape-only prompt bodies are already
|
;; expressions. (Escape-only prompt bodies are already
|
||||||
;; expressions.)
|
;; expressions.)
|
||||||
(($ <prompt> src #f tag body handler)
|
(($ <prompt> src #f tag body handler)
|
||||||
(make-prompt src tag #f (make-call src body '()) handler))
|
(make-prompt src #f tag (make-call src body '()) handler))
|
||||||
|
|
||||||
(_ exp)))
|
(_ exp)))
|
||||||
exp))
|
exp))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue