Fixed incorrect Watcom assembler macros
This commit is contained in:
@@ -615,7 +615,7 @@ void _watcom_start_fast_math(unsigned short *x,unsigned short *mask);
|
|||||||
#pragma aux _watcom_start_fast_math = \
|
#pragma aux _watcom_start_fast_math = \
|
||||||
"fnstcw word ptr [eax]" \
|
"fnstcw word ptr [eax]" \
|
||||||
"fldcw word ptr [ecx]" \
|
"fldcw word ptr [ecx]" \
|
||||||
parm [eax ecx] \
|
parm [eax] [ecx] \
|
||||||
modify exact [];
|
modify exact [];
|
||||||
void _watcom_end_fast_math(unsigned short *x);
|
void _watcom_end_fast_math(unsigned short *x);
|
||||||
#pragma aux _watcom_end_fast_math = \
|
#pragma aux _watcom_end_fast_math = \
|
||||||
|
Reference in New Issue
Block a user