Changeset 45830 in vbox
- Timestamp:
- Apr 30, 2013 10:16:10 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR3/PDMLdr.cpp
r45809 r45830 1653 1653 { 1654 1654 void *pvValue = NULL; 1655 if ( fNullRun)1655 if (!fNullRun) 1656 1656 { 1657 1657 rc = SUPR3GetSymbolR0((void *)(RTR0PTR)pModule->ImageBase, szSymbol, &pvValue); … … 1670 1670 { 1671 1671 RTUINTPTR Value = 0; 1672 if ( fNullRun)1672 if (!fNullRun) 1673 1673 { 1674 1674 rc = RTLdrGetSymbolEx(pModule->hLdrMod, pModule->pvBits, pModule->ImageBase, szSymbol, &Value);
Note:
See TracChangeset
for help on using the changeset viewer.