diff options
| author | Bruce Evans <bde@FreeBSD.org> | 1996-02-25 20:29:46 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 1996-02-25 20:29:46 +0000 |
| commit | 40b83e34a7d9ad69491549ffa2fd3ff0f9628b1e (patch) | |
| tree | b0c69c778ad362d6c6b7acffccdc114bbf3161c9 /lib/msun | |
| parent | 463c7e7ac6fa1b4534ec151af325190eaa8bec67 (diff) | |
Notes
Diffstat (limited to 'lib/msun')
| -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 57fdf674b745..26e664b54245 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 |
