Changeset 82815 in vbox for trunk/include/VBox/vmm
- Timestamp:
- Jan 22, 2020 3:40:35 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/vmm/hm_vmx.h
r82814 r82815 1219 1219 } LBRMSRS; 1220 1220 AssertCompileSizeAlignment(LBRMSRS, 8); 1221 AssertCompile(sizeof(LBRMSRS) < X86_PAGE_4K_SIZE);1222 1221 /** Pointer to a VMXMSRS struct. */ 1223 1222 typedef LBRMSRS *PLBRMSRS;
Note:
See TracChangeset
for help on using the changeset viewer.