Setup stack-frame correctly (same as s_ilogb.S).

This commit is contained in:
pk 1995-10-22 20:32:43 +00:00
parent ad511bd89a
commit 26646c7969

View File

@ -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