fix NSProcessInfo arguments hack
The target of the change is actually `hack-argument-replacement' in `mred/private/coco/queue'. The replaced method can get called in a different OS-level thread than the main thread. Closes PR 12086
This commit is contained in:
parent
ed36c5d21c
commit
231b352bec
|
@ -35,7 +35,7 @@
|
|||
(lambda (v) (not (eq? v 0)))))
|
||||
|
||||
(define _Method (_cpointer/null 'Method))
|
||||
(define _IMP (_fun _id _SEL -> _id))
|
||||
(define _IMP (_fun #:async-apply (lambda (f) (f)) _id _SEL -> _id))
|
||||
|
||||
(define-cstruct _objc_super ([receiver _id][class _Class]))
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user