VirtualBox

Changeset 65909 in vbox for trunk/src/VBox/VMM/include


Ignore:
Timestamp:
Mar 1, 2017 11:13:35 AM (8 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
113702
Message:

VMM: Nested Hw.virt: Alignment fixes for 32-bit.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/include/CPUMInternal.mac

    r65904 r65909  
    226226    .Guest.pXStateRC      RTRCPTR_RES 1
    227227    .Guest.aoffXState         resw    64
    228     alignb 8
     228%if HC_ARCH_BITS == 64
     229    .Guest.abPadding          resb    4
     230%else
     231    .Guest.abPadding          resb    12
     232%endif
    229233    .Guest.hwvirt.svm.uMsrHSavePa         resq    1
    230234    .Guest.hwvirt.svm.u64InterceptCtrl    resq    1
     
    493497    .Hyper.pXStateRC      RTRCPTR_RES 1
    494498    .Hyper.aoffXState         resw    64
    495     alignb 8
     499%if HC_ARCH_BITS == 64
     500    .Hyper.abPadding          resb    4
     501%else
     502    .Hyper.abPadding          resb    12
     503%endif
    496504    .Hyper.hwvirt.svm.uMsrHSavePa         resq    1
    497505    .Hyper.hwvirt.svm.u64InterceptCtrl    resq    1
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette