Re: [PATCH v7 0/3] MR4826: Mach vm operations improvements
28 Nov
2024
28 Nov
'24
1:01 a.m.
Brendan Shanks (@bshanks) commented about server/mach.c:
return 0; }
- if ((ret = task_suspend( process_port )) != KERN_SUCCESS) - { - mach_set_error( ret ); - return 0; - }
Can you put the removal of `task_suspend()` and `task_resume()` (I guess for all 3 functions) into a separate commit? -- https://gitlab.winehq.org/wine/wine/-/merge_requests/4826#note_89089
462
Age (days ago)
462
Last active (days ago)
0 comments
1 participants
participants (1)
-
Brendan Shanks (@bshanks)