aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sys/boot/pc98/btx/btx/btx.S2
-rw-r--r--sys/boot/pc98/btx/btx/btx.s2
2 files changed, 2 insertions, 2 deletions
diff --git a/sys/boot/pc98/btx/btx/btx.S b/sys/boot/pc98/btx/btx/btx.S
index e8b5e7fe2d6a..75238c0355a3 100644
--- a/sys/boot/pc98/btx/btx/btx.S
+++ b/sys/boot/pc98/btx/btx/btx.S
@@ -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].
diff --git a/sys/boot/pc98/btx/btx/btx.s b/sys/boot/pc98/btx/btx/btx.s
index e8b5e7fe2d6a..75238c0355a3 100644
--- a/sys/boot/pc98/btx/btx/btx.s
+++ b/sys/boot/pc98/btx/btx/btx.s
@@ -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].