[CRT] Addendum to r68927

svn path=/trunk/; revision=68928
This commit is contained in:
Christoph von Wittich 2015-09-03 07:42:05 +00:00
parent d98b8f9a71
commit 4c72ff9871

View file

@ -61,7 +61,7 @@ double CDECL _CIatan(void)
*/
double CDECL _CIatan2(void)
{
FPU_DOUBLES(x, y);
FPU_DOUBLES(y, x);
return atan2(y, x);
}
/*