Changeset 83122 in vbox for trunk/include/VBox/vmm
- Timestamp:
- Feb 20, 2020 8:13:10 AM (5 years ago)
- svn:sync-xref-src-repo-rev:
- 136225
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/vmm/dbgfcorefmt.h
r82968 r83122 52 52 #define DBGFCORE_MAGIC UINT32_C(0xc01ac0de) 53 53 /** DBGCORECOREDESCRIPTOR::u32FmtVersion. */ 54 #define DBGFCORE_FMT_VERSION UINT32_C(0x0001000 5)54 #define DBGFCORE_FMT_VERSION UINT32_C(0x00010006) 55 55 56 56 /** … … 134 134 uint64_t msrKernelGSBase; 135 135 uint64_t msrApicBase; 136 uint64_t msrTscAux; 136 137 uint64_t aXcr[2]; 137 138 uint32_t cbExt;
Note:
See TracChangeset
for help on using the changeset viewer.