Pass params to continue_or_gc since already reassigned

This commit is contained in:
Justin Ethier 2018-10-24 17:26:46 -04:00
parent 02df0f9fb2
commit c914d80e7f

View file

@ -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 ", ")
");" ");"
))) )))
) )