[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Guile-commits] branch master updated: Fix prompt compilation
From: |
Andy Wingo |
Subject: |
[Guile-commits] branch master updated: Fix prompt compilation |
Date: |
Mon, 04 May 2020 16:56:44 -0400 |
This is an automated email from the git hooks/post-receive script.
wingo pushed a commit to branch master
in repository guile.
The following commit(s) were added to refs/heads/master by this push:
new 728de16 Fix prompt compilation
728de16 is described below
commit 728de16911c898b5d8eb7ad9b588341af05f39cf
Author: Andy Wingo <address@hidden>
AuthorDate: Mon May 4 22:56:23 2020 +0200
Fix prompt compilation
* module/language/tree-il/compile-bytecode.scm (compile-closure): Fix
emit-prompt invocation.
---
module/language/tree-il/compile-bytecode.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/module/language/tree-il/compile-bytecode.scm
b/module/language/tree-il/compile-bytecode.scm
index f9c7221..ec3fba7 100644
--- a/module/language/tree-il/compile-bytecode.scm
+++ b/module/language/tree-il/compile-bytecode.scm
@@ -840,7 +840,7 @@ in the frame with for the lambda-case clause @var{clause}."
(khandler (gensym "handler"))
(done (gensym "done")))
- (emit-prompt src tag escape-only? proc-slot khandler)
+ (emit-prompt asm tag escape-only? proc-slot khandler)
(match ctx
('tail
;; Would be nice if we could invoke the body in true tail
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Guile-commits] branch master updated: Fix prompt compilation,
Andy Wingo <=