diff options
author | bde <bde@FreeBSD.org> | 1996-02-25 20:29:46 +0000 |
---|---|---|
committer | bde <bde@FreeBSD.org> | 1996-02-25 20:29:46 +0000 |
commit | 5af01f7f7afe99fa0e4c59657e8697e4b7817e38 (patch) | |
tree | b0c69c778ad362d6c6b7acffccdc114bbf3161c9 /lib | |
parent | 536f40a1ebc14077b92852771a0f25b67bc80d8d (diff) | |
download | FreeBSD-src-5af01f7f7afe99fa0e4c59657e8697e4b7817e38.zip FreeBSD-src-5af01f7f7afe99fa0e4c59657e8697e4b7817e38.tar.gz |
Don't trash %ebp.
Obtained from: NetBSD
Diffstat (limited to 'lib')
-rw-r--r-- | lib/msun/i387/s_ilogb.S | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/msun/i387/s_ilogb.S b/lib/msun/i387/s_ilogb.S index 57fdf67..26e664b 100644 --- a/lib/msun/i387/s_ilogb.S +++ b/lib/msun/i387/s_ilogb.S @@ -35,10 +35,10 @@ #include <machine/asmacros.h> -RCSID("$Id: s_ilogb.S,v 1.1.1.1 1994/08/19 09:40:01 jkh Exp $") +RCSID("$Id: s_ilogb.S,v 1.2 1994/08/19 11:14:26 jkh Exp $") ENTRY(ilogb) - pushl %esp + pushl %ebp movl %esp,%ebp subl $4,%esp |