cs: unbreak #:in-original-place?
for foreign procedures
This commit is contained in:
parent
f3aae7f4fb
commit
2ad4c6f508
|
@ -1776,7 +1776,7 @@
|
||||||
[else r])))))])
|
[else r])))))])
|
||||||
(if (and orig-place?
|
(if (and orig-place?
|
||||||
(not (eqv? 0 (get-thread-id))))
|
(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))))])
|
(go))))])
|
||||||
(c->s out-type r)))
|
(c->s out-type r)))
|
||||||
(fxsll 1 (length in-types))
|
(fxsll 1 (length in-types))
|
||||||
|
|
Loading…
Reference in New Issue
Block a user