aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Baldwin <jhb@FreeBSD.org>2001-11-03 21:40:47 +0000
committerJohn Baldwin <jhb@FreeBSD.org>2001-11-03 21:40:47 +0000
commit25895accd86874c721e2dd572685d27e8b4a44b0 (patch)
treeda9597f2924defb482661d068a10802d8c49f7e7
parent794ffde89ebeebd4cd6496c89eba6dd04283c407 (diff)
Notes
-rw-r--r--sys/boot/i386/btx/btx/btx.S2
-rw-r--r--sys/boot/i386/btx/btx/btx.s2
2 files changed, 2 insertions, 2 deletions
diff --git a/sys/boot/i386/btx/btx/btx.S b/sys/boot/i386/btx/btx/btx.S
index 04bbdca2f2f0..6203ed5c12c5 100644
--- a/sys/boot/i386/btx/btx/btx.S
+++ b/sys/boot/i386/btx/btx/btx.S
@@ -1072,7 +1072,7 @@ dmpfmt: .byte '\n' # "\n"
.byte 0x80|DMP_MEM|DMP_EOL,0x48 # "00 00 ... 00 00\n"
.ascii "ss:esp" # "ss:esp="
.byte 0x80|DMP_MEM|DMP_EOL,0x0 # "00 00 ... 00 00\n"
- .asciz "BTX halted" # End
+ .asciz "BTX halted\n" # End
#
# End of BTX memory.
#
diff --git a/sys/boot/i386/btx/btx/btx.s b/sys/boot/i386/btx/btx/btx.s
index 04bbdca2f2f0..6203ed5c12c5 100644
--- a/sys/boot/i386/btx/btx/btx.s
+++ b/sys/boot/i386/btx/btx/btx.s
@@ -1072,7 +1072,7 @@ dmpfmt: .byte '\n' # "\n"
.byte 0x80|DMP_MEM|DMP_EOL,0x48 # "00 00 ... 00 00\n"
.ascii "ss:esp" # "ss:esp="
.byte 0x80|DMP_MEM|DMP_EOL,0x0 # "00 00 ... 00 00\n"
- .asciz "BTX halted" # End
+ .asciz "BTX halted\n" # End
#
# End of BTX memory.
#