Changeset 93942 in vbox for trunk/src/VBox/VMM
- Timestamp:
- Feb 24, 2022 9:15:01 PM (3 years ago)
- svn:sync-xref-src-repo-rev:
- 150171
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/IEMAllAImplC.cpp
r93893 r93942 3122 3122 3123 3123 3124 IEM_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 3124 3132 IEM_DECL_IMPL_DEF(void, iemAImpl_fsub_r80_by_r32,(PCX86FXSTATE pFpuState, PIEMFPURESULT pFpuRes, 3125 3133 PCRTFLOAT80U pr80Val1, PCRTFLOAT32U pr32Val2))
Note:
See TracChangeset
for help on using the changeset viewer.