Changeset 21675 for trunk/src/kernel32/virtual.cpp
- Timestamp:
- Jul 29, 2011, 2:30:58 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kernel32/virtual.cpp
r21587 r21675 392 392 } 393 393 394 // The below doesn't seem to be true any longer, at least when it comes to 395 // Odin and Java. Need to do more testing to make sure 396 #if 1 394 397 if(fdwAllocationType & MEM_RESERVE) { 395 398 //SvL: DosRead crashes if memory is initially reserved with write … … 401 404 flag |= PAG_READ|PAG_WRITE; 402 405 } 406 #endif 403 407 404 408 //just do this if other options are used
Note:
See TracChangeset
for help on using the changeset viewer.