mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 01:30:30 -04:00
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:
parent
73e0f79f04
commit
e1d2ff9f44
3 changed files with 6 additions and 6 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue