Changeset 51837 in vbox
- Timestamp:
- Jul 3, 2014 9:42:23 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/ldr/ldrPE.cpp
r51770 r51837 1823 1823 * Calculate the special places. 1824 1824 */ 1825 RTLDRPEHASHSPECIALS SpecialPlaces ;1825 RTLDRPEHASHSPECIALS SpecialPlaces = { 0, 0, 0, 0, 0, 0 }; /* shut up gcc */ 1826 1826 rc = rtldrPe_CalcSpecialHashPlaces(pModPe, &SpecialPlaces, pErrInfo); 1827 1827 if (RT_FAILURE(rc))
Note:
See TracChangeset
for help on using the changeset viewer.