Changeset 69996 in vbox for trunk/include/VBox
- Timestamp:
- Dec 7, 2017 5:39:31 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/vmm/hm_svm.h
r69930 r69996 638 638 SVMIOIOTYPE_IN = SVM_IOIO_READ 639 639 } SVMIOIOTYPE; 640 /** @}*/641 640 642 641 /** … … 1025 1024 /** Pointer to a const SVMNESTEDVMCBCACHE structure. */ 1026 1025 typedef const SVMNESTEDVMCBCACHE *PCSVMNESTEDVMCBCACHE; 1027 /** @} */1028 1026 AssertCompileSizeAlignment(SVMNESTEDVMCBCACHE, 8); 1029 1027 … … 1086 1084 (a_pCtx)->a_reg.Attr.u = HMSVM_VMCB_2_CPU_SEG_ATTR((a_pVmcbStateSave)->a_REG.u16Attr); \ 1087 1085 } while (0) 1088 /** @} */1089 1086 1090 1087
Note:
See TracChangeset
for help on using the changeset viewer.