Changeset 47486 in vbox
- Timestamp:
- Jul 31, 2013 12:48:59 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/Graphics/Wine_new/d3d9/device.c
r46966 r47486 3727 3727 __asm fldcw cw; 3728 3728 #elif defined(RT_ARCH_AMD64) 3729 unsigned int currentControl = 0; 3730 _controlfp_s(¤tControl, 0x3f, 0xf3f); 3729 /* @todo: impl*/ 3731 3730 #else 3732 3731 FIXME("FPU setup not implemented for this platform.\n");
Note:
See TracChangeset
for help on using the changeset viewer.