2.5-18.1
[jlayton/glibc.git] / sysdeps / i386 / fpu / s_lrintl.S
index 90313d612ca1e4a7420de951c79f311229ad3974..c0211c11da85f61511380d01d5b285237be02ffc 100644 (file)
@@ -1,6 +1,6 @@
 /* Round argument to nearest integral value according to current rounding
    direction.
-   Copyright (C) 1997 Free Software Foundation, Inc.
+   Copyright (C) 1997, 2005 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
 
 ENTRY(__lrintl)
        fldt    4(%esp)
        subl    $4, %esp
+       cfi_adjust_cfa_offset (4)
        fistpl  (%esp)
        fwait
        popl    %eax
+       cfi_adjust_cfa_offset (-4)
        ret
 END(__lrintl)
 weak_alias (__lrintl, lrintl)