mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-28 12:07:10 +01:00
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:
parent
6ad6145dbd
commit
674d08dbc0
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=21256
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user