convert line ends
[canaan.git] / prj / tech / libsrc / g2 / fl8o2wic.c
blob92d89f29526f17f29b4eede64ab9932dd04ef054
1 // Fl8o2wi2 Assembly function C wrappers. Needed for MSVC++.
2 // started 9/9/96 by phs
4 #ifdef _MSC_VER
6 #include <types.h>
7 #include <fix.h>
9 void flat8_flat8_opaque_p2_wrap_il (int x_left, int x_right, fix u, fix v)
11 extern void flat8_flat8_opaque_p2_wrap_il_asm (int x_left, int x_right, fix u, fix v);
12 __asm
14 mov eax, x_left
15 mov edx, x_right
16 mov ebx, u
17 mov ecx, v
18 call flat8_flat8_opaque_p2_wrap_il_asm
24 #endif