mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-30 04:22:44 +00:00
Don't trash %ebp.
Obtained from: NetBSD
This commit is contained in:
parent
463c7e7ac6
commit
40b83e34a7
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=14251
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user