summaryrefslogtreecommitdiffstats
path: root/sys/boot
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2001-11-03 21:40:47 +0000
committerjhb <jhb@FreeBSD.org>2001-11-03 21:40:47 +0000
commit6bee569517374aa99e8f938044c8335356c64e8c (patch)
treeda9597f2924defb482661d068a10802d8c49f7e7 /sys/boot
parent66d7b6370f8daf6f0cd05640b726cab07bfe1b63 (diff)
downloadFreeBSD-src-6bee569517374aa99e8f938044c8335356c64e8c.zip
FreeBSD-src-6bee569517374aa99e8f938044c8335356c64e8c.tar.gz
Output a newline at the end of a dump so that there are blank lines between
dumps when using breakpoints or tracing.
Diffstat (limited to 'sys/boot')
-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 04bbdca..6203ed5 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 04bbdca..6203ed5 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.
#
OpenPOWER on IntegriCloud