mirror of
https://github.com/opnsense/src.git
synced 2026-06-13 18:50:31 -04:00
Merged from sys/boot/i386/btx/btx/btx.s revision 1.25.
This commit is contained in:
parent
668650045e
commit
b6da22604e
2 changed files with 2 additions and 2 deletions
|
|
@ -968,7 +968,7 @@ ifdef(`PAGING',`
|
|||
')
|
||||
popl %eax # Call
|
||||
call *%eax # program
|
||||
intx30.1: incb %ss:btx_hdr+0x7 # Flag reboot
|
||||
intx30.1: orb $0x1,%ss:btx_hdr+0x7 # Flag reboot
|
||||
jmp exit # Exit
|
||||
#
|
||||
# Dump structure [EBX] to [EDI], using format string [ESI].
|
||||
|
|
|
|||
|
|
@ -968,7 +968,7 @@ ifdef(`PAGING',`
|
|||
')
|
||||
popl %eax # Call
|
||||
call *%eax # program
|
||||
intx30.1: incb %ss:btx_hdr+0x7 # Flag reboot
|
||||
intx30.1: orb $0x1,%ss:btx_hdr+0x7 # Flag reboot
|
||||
jmp exit # Exit
|
||||
#
|
||||
# Dump structure [EBX] to [EDI], using format string [ESI].
|
||||
|
|
|
|||
Loading…
Reference in a new issue