Changeset 44089 in vbox for trunk/src/VBox/VMM/include
- Timestamp:
- Dec 11, 2012 12:14:58 PM (12 years ago)
- svn:sync-xref-src-repo-rev:
- 82606
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/include/HMInternal.h
r44036 r44089 611 611 { 612 612 uint64_t u64VMCSPhys; 613 uint32_t u lVMCSRevision;614 uint32_t u lInstrError;615 uint32_t u lExitReason;613 uint32_t u32VMCSRevision; 614 uint32_t u32InstrError; 615 uint32_t u32ExitReason; 616 616 RTCPUID idEnteredCpu; 617 617 RTCPUID idCurrentCpu;
Note:
See TracChangeset
for help on using the changeset viewer.