diff options
| author | KATO Takenori <kato@FreeBSD.org> | 1997-01-03 16:21:08 +0000 |
|---|---|---|
| committer | KATO Takenori <kato@FreeBSD.org> | 1997-01-03 16:21:08 +0000 |
| commit | 674d08dbc07dd758e9203d808d40a40fbf6d2757 (patch) | |
| tree | b0d0573b2b9c99ec37944dae84d3bab8fdae5d9a /sys | |
| parent | 6ad6145dbdf084404cfcb71ed672f8d62429eb3b (diff) | |
Notes
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 74a602cad29a..56ee1170bb83 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 |
