Oops, delete extra push %edi and push %esi in memsize().

Submitted by:	Michio "Karl" Jinbo <karl@marcer.nagaokaut.ac.jp>
This commit is contained in:
KATO Takenori 1997-01-03 16:21:08 +00:00
parent 6ad6145dbd
commit 674d08dbc0
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=21256

View File

@ -24,7 +24,7 @@
* the rights to redistribute these changes.
*
* from: Mach, Revision 2.2 92/04/04 11:34:26 rpd
* $Id: bios.S,v 1.2 1996/11/09 00:17:49 asami Exp $
* $Id: bios.S,v 1.3 1996/12/04 04:20:04 asami Exp $
*/
/*
@ -304,8 +304,6 @@ ENTRY(memsize)
push %ebx
push %esi
push %edi
push %esi
push %edi
mov 8(%ebp), %ebx