Changeset 81790 in vbox for trunk/src/VBox/VMM/include
- Timestamp:
- Nov 12, 2019 5:36:24 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/include/HMInternal.h
r81637 r81790 950 950 struct 951 951 { 952 RTCPUID idCurrentCpu; 953 RTCPUID idEnteredCpu; 952 954 RTHCPHYS HCPhysCurrentVmcs; 953 955 uint32_t u32VmcsRev; 954 956 uint32_t u32InstrError; 955 957 uint32_t u32ExitReason; 956 uint32_t u32Alignment0; 957 RTCPUID idEnteredCpu; 958 RTCPUID idCurrentCpu; 958 uint32_t u32GuestIntrState; 959 959 } LastError; 960 960 /** @} */
Note:
See TracChangeset
for help on using the changeset viewer.