- Timestamp:
- Jan 9, 2025 7:23:56 AM (10 days ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r3/solaris/coredumper-solaris.cpp
r106061 r107550 1324 1324 uint64_t aThreads[4]; 1325 1325 RT_ZERO(aThreads); 1326 int rc = VERR_GENERAL_FAILURE; 1327 void *pv = NULL; 1328 size_t cb = 0; 1326 int rc; 1329 1327 for (cTries = 0; cTries < RT_ELEMENTS(aThreads); cTries++) 1330 1328 {
Note:
See TracChangeset
for help on using the changeset viewer.