Changeset 40170 in vbox for trunk/src/VBox/VMM/include
- Timestamp:
- Feb 17, 2012 2:22:26 PM (13 years ago)
- Location:
- trunk/src/VBox/VMM/include
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/include/CPUMInternal.h
r37955 r40170 363 363 * Aligned on a 64-byte boundary. 364 364 */ 365 CPUMCTXMSR GuestMsr;365 CPUMCTXMSRS GuestMsrs; 366 366 367 367 /** Pointer to the current hypervisor core context - R3Ptr. */ -
trunk/src/VBox/VMM/include/CPUMInternal.mac
r35333 r40170 411 411 .Guest.trHid.Attr resd 1 412 412 413 .GuestMsr .au64resq 64413 .GuestMsrs.au64 resq 64 414 414 415 415 ;
Note:
See TracChangeset
for help on using the changeset viewer.