silent typo to the asm (thinks sp is a local label?)
authorWilliam Nesheim <william@ucbvax.Berkeley.EDU>
Tue, 18 Dec 1990 07:15:11 +0000 (23:15 -0800)
committerWilliam Nesheim <william@ucbvax.Berkeley.EDU>
Tue, 18 Dec 1990 07:15:11 +0000 (23:15 -0800)
SCCS-vsn: lib/libc/i386/gen/fabs.s 5.2

usr/src/lib/libc/i386/gen/fabs.s

index 87d880f..7fc85bb 100644 (file)
@@ -9,12 +9,12 @@
  */
 
 #if defined(LIBC_SCCS) && !defined(lint)
  */
 
 #if defined(LIBC_SCCS) && !defined(lint)
-       .asciz "@(#)fabs.s      5.1 (Berkeley) %G%"
+       .asciz "@(#)fabs.s      5.2 (Berkeley) %G%"
 #endif /* LIBC_SCCS and not lint */
 
 #include "DEFS.h"
 
 ENTRY(fabs)
 #endif /* LIBC_SCCS and not lint */
 
 #include "DEFS.h"
 
 ENTRY(fabs)
-       fldl    4(sp)
+       fldl    4(%esp)
        fabs
        ret
        fabs
        ret