mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-10 14:00:21 +02:00
fix bad call to make-glil-src
* module/language/tree-il/compile-glil.scm (flatten-lambda): Fix bad call to make-glil-src, unfortunately not hit during production because psyntax doesn't yet understand source locations.
This commit is contained in:
parent
7902c54713
commit
e6b9443179
1 changed files with 1 additions and 1 deletions
|
@ -129,7 +129,7 @@
|
|||
;; write bindings and source debugging info
|
||||
(emit-bindings #f ids vars allocation emit-code)
|
||||
(if (lambda-src x)
|
||||
(emit-code (make-glil-src (lambda-src x))))
|
||||
(emit-code (make-glil-source (lambda-src x))))
|
||||
|
||||
;; copy args to the heap if necessary
|
||||
(let lp ((in vars) (n 0))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue