Fixed incorrect Watcom assembler macros

This commit is contained in:
Kendall Bennett
2003-10-03 00:15:13 +00:00
parent adbbea9b51
commit d7fe183f76

View File

@@ -615,7 +615,7 @@ void _watcom_start_fast_math(unsigned short *x,unsigned short *mask);
#pragma aux _watcom_start_fast_math = \
"fnstcw word ptr [eax]" \
"fldcw word ptr [ecx]" \
parm [eax ecx] \
parm [eax] [ecx] \
modify exact [];
void _watcom_end_fast_math(unsigned short *x);
#pragma aux _watcom_end_fast_math = \