Changeset 73759 in vbox for trunk/src/VBox/Runtime/common/ldr
- Timestamp:
- Aug 19, 2018 1:41:04 PM (7 years ago)
- svn:sync-xref-src-repo-rev:
- 124442
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/ldr/ldrEx.cpp
r73494 r73759 611 611 *pcbRet = sizeof(int64_t); 612 612 AssertReturn(cbBuf == sizeof(int32_t) || cbBuf == sizeof(int64_t), VERR_INVALID_PARAMETER); 613 *pcbRet = cbBuf; 613 614 break; 614 615 case RTLDRPROP_IS_SIGNED:
Note:
See TracChangeset
for help on using the changeset viewer.