Setup stack-frame correctly (same as s_ilogb.S).
This commit is contained in:
parent
ad511bd89a
commit
26646c7969
@ -5,10 +5,10 @@
|
||||
|
||||
#include <machine/asm.h>
|
||||
|
||||
RCSID("$NetBSD: s_ilogbf.S,v 1.3 1995/05/09 00:08:15 jtc Exp $")
|
||||
RCSID("$NetBSD: s_ilogbf.S,v 1.4 1995/10/22 20:32:43 pk Exp $")
|
||||
|
||||
ENTRY(ilogbf)
|
||||
pushl %esp
|
||||
pushl %ebp
|
||||
movl %esp,%ebp
|
||||
subl $4,%esp
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user