From 41c85388070e608aaeb1760d9fac1d87ae52bbf4 Mon Sep 17 00:00:00 2001 From: drepper Date: Sun, 3 Dec 2000 09:59:39 +0000 Subject: [PATCH] Check in all changes. --- sysdeps/i386/fpu/s_frexpl.S | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/sysdeps/i386/fpu/s_frexpl.S b/sysdeps/i386/fpu/s_frexpl.S index 0f622f546a..2645d220ee 100644 --- a/sysdeps/i386/fpu/s_frexpl.S +++ b/sysdeps/i386/fpu/s_frexpl.S @@ -103,14 +103,13 @@ ENTRY (BP_SYM (__frexpl)) LEAVE ret -4: movl VAL2(%esp), %eax - movl %eax, %edx - andl $0x7fff, %eax +4: movl VAL2(%esp), %ecx + movl %ecx, %edx + andl $0x7fff, %ecx andl $0x8000, %edx - subl $16382-64, %eax + subl $16382, %ecx orl $0x3ffe, %edx - addl %eax, %ecx movl %edx, VAL2(%esp) jmp 1b END (BP_SYM (__frexpl)) -- 2.11.0