VirtualBox

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


Ignore:
Timestamp:
Feb 24, 2022 9:15:01 PM (3 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
150171
Message:

VMM/IEM: Stubbed iemAImpl_fst_r80_to_d80 in C version. bugref:9898

File:
1 edited

Legend:

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

    r93893 r93942  
    31223122
    31233123
     3124IEM_DECL_IMPL_DEF(void, iemAImpl_fst_r80_to_d80,(PCX86FXSTATE pFpuState, uint16_t *pu16FSW,
     3125                                                 PRTPBCD80U pd80Dst, PCRTFLOAT80U pr80Src))
     3126{
     3127    RT_NOREF(pFpuState, pu16FSW, pd80Dst, pr80Src);
     3128    AssertReleaseFailed();
     3129}
     3130
     3131
    31243132IEM_DECL_IMPL_DEF(void, iemAImpl_fsub_r80_by_r32,(PCX86FXSTATE pFpuState, PIEMFPURESULT pFpuRes,
    31253133                                                  PCRTFLOAT80U pr80Val1, PCRTFLOAT32U pr32Val2))
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