Commit 62e823c6 authored by Josh DuBois's avatar Josh DuBois Committed by Alexandre Julliard

Fixed typo.

parent 5d189235
...@@ -535,7 +535,7 @@ unsigned int __cdecl MSVCRT__control87(unsigned int newval, unsigned int mask) ...@@ -535,7 +535,7 @@ unsigned int __cdecl MSVCRT__control87(unsigned int newval, unsigned int mask)
__asm__ __volatile__( "fldcw %0" : : "m" (fpword) ); __asm__ __volatile__( "fldcw %0" : : "m" (fpword) );
return fpword; return fpword;
#else #else
return MSVCRT__controlfp( newVal, mask ); return MSVCRT__controlfp( newval, mask );
#endif #endif
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment