mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-24 12:35:05 +02:00
Add debug output
This commit is contained in:
parent
5622698cd3
commit
e80b83440e
1 changed files with 5 additions and 0 deletions
|
@ -801,6 +801,11 @@
|
||||||
;;
|
;;
|
||||||
)
|
)
|
||||||
(trace:info `(loop ,cgen-lis ,parent-args))
|
(trace:info `(loop ,cgen-lis ,parent-args))
|
||||||
|
;; Output so far on ntakl:
|
||||||
|
;;(loop (("Cyc_cdr(data, x_736_73133)" ())
|
||||||
|
;; ("Cyc_cdr(data, y_735_73132)" ()))
|
||||||
|
;; (k$241 x$6$133 y$5$132))
|
||||||
|
|
||||||
(c-code
|
(c-code
|
||||||
(string-append
|
(string-append
|
||||||
cgen-allocs ;(c:allocs->str (c:allocs cgen))
|
cgen-allocs ;(c:allocs->str (c:allocs cgen))
|
||||||
|
|
Loading…
Add table
Reference in a new issue