July 1, 2025
2:56 a.m.
What's the best way of resuing `__wine_syscall_dispatcher_return` for user mode callbacks? I think I need some guidance. I think I need to set up desired states in `frame`, and then jump to `__wine_syscall_dispatcher_return`? Kind of similar to `NtContinueEx` maybe? -- https://gitlab.winehq.org/wine/wine/-/merge_requests/8466#note_108443