- Timestamp:
- Jun 9, 2017 2:42:40 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r3/win/krnlmod-win.cpp
r67317 r67322 134 134 pThis->cRefs = 1; 135 135 pThis->cbKrnlMod = pModInfo->ImageSize; 136 pThis->uLoadAddr = (RTR0UINTPTR)pModInfo-> MappedBase;136 pThis->uLoadAddr = (RTR0UINTPTR)pModInfo->ImageBase; 137 137 pThis->pszName = pModInfo->OffsetToFileName >= cchFilePath 138 138 ? NULL
Note:
See TracChangeset
for help on using the changeset viewer.