VirtualBox

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


Ignore:
Timestamp:
Apr 11, 2022 12:15:06 AM (3 years ago)
Author:
vboxsync
Message:

libs/softfloat-3e: Build ring-0 version the library, for now pretending we can get away with all global status variables. bugref:9898

Location:
trunk/src/VBox/VMM
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/Makefile.kmk

    r94539 r94545  
    469469 endif
    470470
    471  VMMR0_SDKS      = VBOX_SOFTFLOAT
     471 VMMR0_SDKS      = VBOX_SOFTFLOATR0
    472472
    473473 VMMR0_INCS      = \
  • trunk/src/VBox/VMM/VMMAll/IEMAllAImplC.cpp

    r94543 r94545  
    2727#include <iprt/uint256.h>
    2828
    29 #ifndef IN_RING0
    3029RT_C_DECLS_BEGIN
    31 # include <softfloat.h>
     30#include <softfloat.h>
    3231RT_C_DECLS_END
    33 #endif
    3432
    3533
     
    46604658        switch (fFcw & X86_FCW_RC_MASK)
    46614659        {
     4660            default: /* (for the simple-minded MSC which otherwise things fAdd would be used uninitialized) */
    46624661            case X86_FCW_RC_NEAREST:
    46634662                if (puMantissa->QWords.qw1 & RT_BIT_64(63))
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