Changeset 3569 for trunk/kStuff/kLdr/kLdrHlpMem.c
- Timestamp:
- Aug 31, 2007, 4:16:27 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/kStuff/kLdr/kLdrHlpMem.c
r3567 r3569 227 227 { 228 228 /* decommit the pages in the stub. */ 229 KSIZE cbStub = K LDR_MIN(g_cbStub - offStub, cb);229 KSIZE cbStub = K_MIN(g_cbStub - offStub, cb); 230 230 rc = DosSetMem(pv, cbStub, PAG_DECOMMIT); 231 231 if (rc)
Note:
See TracChangeset
for help on using the changeset viewer.