VirtualBox

Changeset 67322 in vbox for trunk/src


Ignore:
Timestamp:
Jun 9, 2017 2:42:40 PM (8 years ago)
Author:
vboxsync
Message:

Runtime/krnlmod-win.cpp: Fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/r3/win/krnlmod-win.cpp

    r67317 r67322  
    134134        pThis->cRefs       = 1;
    135135        pThis->cbKrnlMod   = pModInfo->ImageSize;
    136         pThis->uLoadAddr   = (RTR0UINTPTR)pModInfo->MappedBase;
     136        pThis->uLoadAddr   = (RTR0UINTPTR)pModInfo->ImageBase;
    137137        pThis->pszName     =   pModInfo->OffsetToFileName >= cchFilePath
    138138                             ? NULL
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette