Changeset 107700 in vbox for trunk/src/VBox/VMM
- Timestamp:
- Jan 10, 2025 8:02:30 PM (4 months ago)
- svn:sync-xref-src-repo-rev:
- 166795
- Location:
- trunk/src/VBox/VMM/include
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/include/CPUMInternal.h
r107650 r107700 528 528 * when loading state, so we won't save it.) */ 529 529 bool fCpuIdApicFeatureVisible; 530 uint8_t abPadding[7 ];530 uint8_t abPadding[7+8]; 531 531 532 532 /** Old hypervisor context, only used for combined DRx values now. -
trunk/src/VBox/VMM/include/CPUMInternal.mac
r107650 r107700 376 376 ; Hypervisor Context. 377 377 ; 378 alignb 8378 alignb 16 ; linux makes the whole struct 16 byte aligned, so we provided the necessary padding here to keep it simple. 379 379 .Hyper resq 0 380 380 .Hyper.dr resq 8
Note:
See TracChangeset
for help on using the changeset viewer.