VirtualBox

Ignore:
Timestamp:
Aug 11, 2021 9:41:42 PM (4 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
146251
Message:

VMM,VMMDev: Changed my mind, made the alignment requirement for PDMCRITSECTRW 64 bytes instead of 32. Only the VMMDev one needed fixing. bugref:6695

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/include/TMInternal.h

    r90638 r90639  
    320320    PDMCRITSECTRW           AllocLock;
    321321} TMTIMERQUEUE;
    322 AssertCompileMemberAlignment(TMTIMERQUEUE, AllocLock, 32);
     322AssertCompileMemberAlignment(TMTIMERQUEUE, AllocLock, 64);
    323323AssertCompileSizeAlignment(TMTIMERQUEUE, 64);
    324324/** Pointer to a timer queue. */
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