Changeset 61587 in vbox
- Timestamp:
- Jun 8, 2016 3:35:00 PM (9 years ago)
- svn:sync-xref-src-repo-rev:
- 107929
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/vmm/dbgfcorefmt.h
r61532 r61587 49 49 #define DBGFCORE_MAGIC UINT32_C(0xc01ac0de) 50 50 /** DBGCORECOREDESCRIPTOR::u32FmtVersion. */ 51 #define DBGFCORE_FMT_VERSION UINT32_C(0x0001000 4)51 #define DBGFCORE_FMT_VERSION UINT32_C(0x00010005) 52 52 53 53 /** … … 117 117 VBOXX86SEL ldtr; 118 118 VBOXX86SEL tr; 119 union119 struct 120 120 { 121 121 uint64_t cs;
Note:
See TracChangeset
for help on using the changeset viewer.