mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-23 20:15:05 +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
|
||||
;; Only trace when entering initial defined function
|
||||
(cond
|
||||
(has-closure? "")
|
||||
(has-closure?
|
||||
(if has-loop? "\n while(1) {\n" "")
|
||||
)
|
||||
(else
|
||||
(string-append
|
||||
(st:->code trace)
|
||||
TODO: does not work for calls-self, need to invoke that elsewhere...
|
||||
(if has-loop? "\n while(1) {\n" "")
|
||||
))))
|
||||
body)
|
||||
|
|
Loading…
Add table
Reference in a new issue