Changeset 93655 in vbox for trunk/src/VBox/VMM/VMMR0/HMR0.cpp
- Timestamp:
- Feb 8, 2022 1:56:01 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/HMR0.cpp
r93557 r93655 1160 1160 VMMR0_INT_DECL(int) HMR0InitVM(PVMCC pVM) 1161 1161 { 1162 AssertCompile(sizeof(pVM->hm.s) <= sizeof(pVM->hm.padding)); 1163 AssertCompile(sizeof(pVM->hmr0.s) <= sizeof(pVM->hmr0.padding)); 1164 AssertCompile(sizeof(pVM->aCpus[0].hm.s) <= sizeof(pVM->aCpus[0].hm.padding)); 1165 AssertCompile(sizeof(pVM->aCpus[0].hmr0.s) <= sizeof(pVM->aCpus[0].hmr0.padding)); 1162 1166 AssertReturn(pVM, VERR_INVALID_PARAMETER); 1163 1167
Note:
See TracChangeset
for help on using the changeset viewer.