cs: unbreak #:in-original-place? for foreign procedures

This commit is contained in:
Matthew Flatt 2019-10-09 19:43:00 -06:00
parent f3aae7f4fb
commit 2ad4c6f508

View File

@ -1776,7 +1776,7 @@
[else r])))))])
(if (and orig-place?
(not (eqv? 0 (get-thread-id))))
(async-callback-queue-call orig-place-async-callback-queue (lambda () (go)) #f #t void #t)
(async-callback-queue-call orig-place-async-callback-queue (lambda () (go)) #f #t #t)
(go))))])
(c->s out-type r)))
(fxsll 1 (length in-types))