cs: fix missing stack trace frames

This commit is contained in:
Matthew Flatt 2018-08-15 10:55:29 -06:00
parent d152ddd8e1
commit 570aa5737d

View File

@ -482,6 +482,7 @@
(code-info-src ci)))])
(and (or name src)
(cons name src)))])
(#%$split-continuation k 0)
(call-with-values
(lambda () (loop (#%$continuation-link k) (if move? (#%$continuation-link slow-k) slow-k) (not move?)))
(lambda (slow-k l)