Changeset 107675 in vbox
- Timestamp:
- Jan 10, 2025 3:51:54 PM (5 days ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/SUPLibLdr.cpp
r106061 r107675 480 480 if (cbCommon >= cbMapped) 481 481 { 482 fProt |= pArgs->fProt;483 482 pArgs->uEndRva = uRvaSeg + cbMapped; 484 483 return VINF_SUCCESS; /* New segment was smaller than a page. */
Note:
See TracChangeset
for help on using the changeset viewer.