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:
Matthew Flatt 2011-09-09 22:06:42 -06:00
parent ed36c5d21c
commit 231b352bec

View File

@ -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]))