diff options
author | kato <kato@FreeBSD.org> | 1997-01-03 16:21:08 +0000 |
---|---|---|
committer | kato <kato@FreeBSD.org> | 1997-01-03 16:21:08 +0000 |
commit | c7e8ba22362c39e4c4f4ee9328a5133202c25cb9 (patch) | |
tree | b0d0573b2b9c99ec37944dae84d3bab8fdae5d9a /sys | |
parent | b1aa60ae063539a290aa7479e01a0a27d5b315d7 (diff) | |
download | FreeBSD-src-c7e8ba22362c39e4c4f4ee9328a5133202c25cb9.zip FreeBSD-src-c7e8ba22362c39e4c4f4ee9328a5133202c25cb9.tar.gz |
Oops, delete extra push %edi and push %esi in memsize().
Submitted by: Michio "Karl" Jinbo <karl@marcer.nagaokaut.ac.jp>
Diffstat (limited to 'sys')
-rw-r--r-- | sys/pc98/boot/biosboot/bios.S | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/pc98/boot/biosboot/bios.S b/sys/pc98/boot/biosboot/bios.S index 74a602c..56ee117 100644 --- a/sys/pc98/boot/biosboot/bios.S +++ b/sys/pc98/boot/biosboot/bios.S @@ -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 |