Change this back to movl for -current since it seems to work there.

Bruce says that movl is broken in -stable, which would certainly explain
why this didn't work there.
This commit is contained in:
Jordan K. Hubbard 1996-11-15 09:00:56 +00:00
parent 73e0f79f04
commit e1d2ff9f44
3 changed files with 6 additions and 6 deletions

View File

@ -34,7 +34,7 @@
* SUCH DAMAGE.
*
* from: @(#)locore.s 7.3 (Berkeley) 5/13/91
* $Id: locore.s,v 1.76 1996/11/11 04:20:18 dyson Exp $
* $Id: locore.s,v 1.77 1996/11/14 15:55:21 jkh Exp $
*
* originally from: locore.s, by William F. Jolitz
*
@ -525,7 +525,7 @@ olddiskboot:
#if defined(USERCONFIG_BOOT) && defined(USERCONFIG)
movl $0x10200, %esi
lea $R(_userconfig_from_boot),%edi
movl $R(_userconfig_from_boot),%edi
movl $512,%ecx
cld
rep

View File

@ -34,7 +34,7 @@
* SUCH DAMAGE.
*
* from: @(#)locore.s 7.3 (Berkeley) 5/13/91
* $Id: locore.s,v 1.76 1996/11/11 04:20:18 dyson Exp $
* $Id: locore.s,v 1.77 1996/11/14 15:55:21 jkh Exp $
*
* originally from: locore.s, by William F. Jolitz
*
@ -525,7 +525,7 @@ olddiskboot:
#if defined(USERCONFIG_BOOT) && defined(USERCONFIG)
movl $0x10200, %esi
lea $R(_userconfig_from_boot),%edi
movl $R(_userconfig_from_boot),%edi
movl $512,%ecx
cld
rep

View File

@ -34,7 +34,7 @@
* SUCH DAMAGE.
*
* from: @(#)locore.s 7.3 (Berkeley) 5/13/91
* $Id: locore.s,v 1.76 1996/11/11 04:20:18 dyson Exp $
* $Id: locore.s,v 1.77 1996/11/14 15:55:21 jkh Exp $
*
* originally from: locore.s, by William F. Jolitz
*
@ -525,7 +525,7 @@ olddiskboot:
#if defined(USERCONFIG_BOOT) && defined(USERCONFIG)
movl $0x10200, %esi
lea $R(_userconfig_from_boot),%edi
movl $R(_userconfig_from_boot),%edi
movl $512,%ecx
cld
rep