Fix from Jochen Pohl, i387 version of ilogb didn't set up the stack
frame correctly (PR #1590).
This commit is contained in:
parent
b5d1933995
commit
e2143cf975
|
@ -5,10 +5,10 @@
|
|||
|
||||
#include <machine/asm.h>
|
||||
|
||||
RCSID("$NetBSD: s_ilogb.S,v 1.4 1995/05/09 00:06:28 jtc Exp $")
|
||||
RCSID("$NetBSD: s_ilogb.S,v 1.5 1995/10/12 15:53:09 jtc Exp $")
|
||||
|
||||
ENTRY(ilogb)
|
||||
pushl %esp
|
||||
pushl %ebp
|
||||
movl %esp,%ebp
|
||||
subl $4,%esp
|
||||
|
||||
|
|
Loading…
Reference in New Issue