Changeset 32235 in vbox for trunk/src/VBox
- Timestamp:
- Sep 3, 2010 1:25:06 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r3/solaris/coredumper-solaris.cpp
r32221 r32235 1374 1374 ElfNoteHdr.achName[3] = 'E'; 1375 1375 1376 /* 1377 * This is a known violation of the 64-bit ELF spec., see xTracker #5211 comment#3 1378 * for the historic reasons as to the padding and namesz anomalies. 1379 */ 1376 1380 static const char s_achPad[3] = { 0, 0, 0 }; 1377 1381 size_t cbAlign = RT_ALIGN_Z(cb, 4);
Note:
See TracChangeset
for help on using the changeset viewer.