Changeset 85525 in vbox for trunk/src/VBox/HostDrivers/Support
- Timestamp:
- Jul 29, 2020 2:28:59 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/SUPLibLdr.cpp
r85517 r85525 374 374 AssertReturn(pSeg->RVA < _1G, VERR_INTERNAL_ERROR_3); 375 375 uint32_t uRvaSeg = (uint32_t)pSeg->RVA; 376 Log2(("supLoadModuleCompileSegmentsCB: %RTptr/%RTptr LB %RTptr prot %#x %s\n",377 pSeg->LinkAddress, pSeg->RVA, pSeg->cbMapped, pSeg-> fProt, pSeg->pszName));376 Log2(("supLoadModuleCompileSegmentsCB: %RTptr/%RTptr LB %RTptr/%RTptr prot %#x %s\n", 377 pSeg->LinkAddress, pSeg->RVA, pSeg->cbMapped, pSeg->cb, pSeg->fProt, pSeg->pszName)); 378 378 379 379 /*
Note:
See TracChangeset
for help on using the changeset viewer.