22 Jun
2022
22 Jun
'22
5:18 p.m.
Etaash Mathamsetty (@etaash.mathamsetty) commented about dlls/ntdll/unix/virtual.c:
}
+static NTSTATUS prefetch_memory( HANDLE process, ULONG_PTR count, + PMEMORY_RANGE_ENTRY addresses, ULONG flags ) +{ + ULONG_PTR i; + PVOID base; + SIZE_T size; + static unsigned int once; + + if (!once++) what exactly is this for?
-- https://gitlab.winehq.org/wine/wine/-/merge_requests/265#note_2521