Don't trash %ebp.

Obtained from: NetBSD
This commit is contained in:
Bruce Evans 1996-02-25 20:29:46 +00:00
parent 463c7e7ac6
commit 40b83e34a7
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=14251

View File

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