10 Jan
2024
10 Jan
'24
8:05 p.m.
Alex Henrie (@alexhenrie) commented about dlls/ntdll/unix/virtual.c:
} #endif
- if ((offset.u.LowPart & mask) || (*addr_ptr && ((UINT_PTR)*addr_ptr & mask))) + if (!(alloc_type & MEM_REPLACE_PLACEHOLDER) &&
Same here -- https://gitlab.winehq.org/wine/wine/-/merge_requests/4822#note_57075