1 /* $Id: _ftol.c,v 1.1.1.1 2009/09/04 00:27:36 gmcgarry Exp $ */
4 * _ftol() and _ftol2() implementations used on win32 when linking against
5 * other code built with Visual Studio.
14 " movw -2(%esp),%ax\n"
16 " movw %ax,-4(%esp)\n"
20 " movl -12(%esp),%eax\n"
21 " movl -8(%esp),%edx\n"