VirtualBox

Changeset 105559 in vbox


Ignore:
Timestamp:
Aug 1, 2024 10:10:42 AM (8 months ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
164230
Message:

VMM/IEM: Compile fix for large TLB on windows hosts. bugref:10727

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMAll/IEMAll.cpp

    r105465 r105559  
    791791                                 ? ~(RTGCPTR)0
    792792                                 :   ~(RTGCPTR)GUEST_PAGE_OFFSET_MASK
    793                                    & ~(RTGCPTR)(   (  RT_BIT_64((a_f2MbLargePage ? 9 : 10) - IEMTLB_ENTRY_COUNT_AS_POWER_OF_TWO)
    794                                                     - 1U)
     793                                   & ~(RTGCPTR)(   (RT_BIT_64(RT_MAX(  (a_f2MbLargePage ? 9 : 10)
     794                                                                     - IEMTLB_ENTRY_COUNT_AS_POWER_OF_TWO, 0)) - 1U)
    795795                                                << IEMTLB_ENTRY_COUNT_AS_POWER_OF_TWO);
    796796
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