VirtualBox

Changeset 106731 in vbox for trunk/src/VBox/VMM


Ignore:
Timestamp:
Oct 27, 2024 10:12:34 PM (4 months ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
165614
Message:

VMM/IEM: Workaround for profile build issue on win.arm64. jiraref:VBP-1253

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMR3/IEMR3.cpp

    r106453 r106731  
    101101#endif
    102102
     103
     104#if defined(RT_ARCH_ARM64) && defined(_MSC_VER)
     105# pragma warning(disable:4883) /* profile build: IEMR3.cpp(114) : warning C4883: 'IEMR3Init': function size suppresses optimizations*/
     106#endif
    103107
    104108/**
Note: See TracChangeset for help on using the changeset viewer.

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