mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 15:43:19 +00:00
[CRT]
Add a number of compilation fixes for MSVC svn path=/branches/cmake-bringup/; revision=49598
This commit is contained in:
parent
b7383087f4
commit
1335cf4210
7 changed files with 46 additions and 2 deletions
|
@ -30,7 +30,7 @@ double _logb (double __x)
|
|||
("fxtract\n\t"
|
||||
: "=t" (__junk), "=u" (__val) : "0" (__x));
|
||||
#else
|
||||
#error REVIEW ME
|
||||
#pragma message ("REVIEW ME")
|
||||
__asm fld [__x];
|
||||
__asm fxtract;
|
||||
__asm fstp st(0);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue