mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-21 14:49:17 +02:00
Pass params to continue_or_gc since already reassigned
This commit is contained in:
parent
02df0f9fb2
commit
c914d80e7f
1 changed files with 1 additions and 1 deletions
|
@ -1002,7 +1002,7 @@
|
||||||
"(data,"
|
"(data,"
|
||||||
(mangle (car (adbf:all-params ast-fnc))) ;; Call back into self after GC
|
(mangle (car (adbf:all-params ast-fnc))) ;; Call back into self after GC
|
||||||
(if (> (c:num-args cargs) 0) "," "")
|
(if (> (c:num-args cargs) 0) "," "")
|
||||||
(c:body cargs)
|
(string-join params ", ")
|
||||||
");"
|
");"
|
||||||
)))
|
)))
|
||||||
)
|
)
|
||||||
|
|
Loading…
Add table
Reference in a new issue