Changeset 57400 in vbox for trunk/src/VBox/HostDrivers
- Timestamp:
- Aug 17, 2015 7:38:35 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/win/SUPDrv-win.cpp
r57378 r57400 1867 1867 memcpy(abBytes, &pbImageBits[off], RT_MIN(64, cbLeft)); 1868 1868 supdrvLdrLoadError(VERR_LDR_MISMATCH_NATIVE, pReq, 1869 "Mismatch at %#x of %s:\n"1869 "Mismatch at %#x (%p) of %s loaded at %p:\n" 1870 1870 "ntld: %.*Rhxs\n" 1871 1871 "iprt: %.*Rhxs", 1872 off, pImage->szName,1872 off, &pbNativeBits[off], pImage->szName, pImage->pvImage, 1873 1873 RT_MIN(64, cbLeft), &pbNativeBits[off], 1874 1874 RT_MIN(64, cbLeft), &abBytes[0]);
Note:
See TracChangeset
for help on using the changeset viewer.