- Timestamp:
- Jul 26, 2016 2:49:22 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/ldr/ldrkStuff.cpp
r62564 r62565 856 856 857 857 default: 858 RT_NOREF_PV(pvBits);859 858 return VERR_NOT_FOUND; 860 859 } 861 860 if (pcbRet) 862 861 *pcbRet = cbBuf; 862 RT_NOREF_PV(pvBits); 863 863 return VINF_SUCCESS; 864 864 }
Note:
See TracChangeset
for help on using the changeset viewer.