Changeset 107415 in vbox
- Timestamp:
- Jan 6, 2025 2:06:22 PM (7 weeks ago)
- svn:sync-xref-src-repo-rev:
- 166466
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Debugger/DBGCDumpImage.cpp
r107375 r107415 1309 1309 myPrintf(" Version: %u.%u\n", ExpDir.MajorVersion, ExpDir.MinorVersion); 1310 1310 1311 uint32_t const cExports = ExpDir.NumberOf Names;1311 uint32_t const cExports = ExpDir.NumberOfFunctions; 1312 1312 if (cExports > _16K) 1313 1313 {
Note:
See TracChangeset
for help on using the changeset viewer.