mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-24 20:45:06 +02:00
Fix TODO
This commit is contained in:
parent
23aaae8f05
commit
88f0db1547
1 changed files with 3 additions and 2 deletions
|
@ -1537,11 +1537,12 @@
|
||||||
(c-code
|
(c-code
|
||||||
;; Only trace when entering initial defined function
|
;; Only trace when entering initial defined function
|
||||||
(cond
|
(cond
|
||||||
(has-closure? "")
|
(has-closure?
|
||||||
|
(if has-loop? "\n while(1) {\n" "")
|
||||||
|
)
|
||||||
(else
|
(else
|
||||||
(string-append
|
(string-append
|
||||||
(st:->code trace)
|
(st:->code trace)
|
||||||
TODO: does not work for calls-self, need to invoke that elsewhere...
|
|
||||||
(if has-loop? "\n while(1) {\n" "")
|
(if has-loop? "\n while(1) {\n" "")
|
||||||
))))
|
))))
|
||||||
body)
|
body)
|
||||||
|
|
Loading…
Add table
Reference in a new issue