Output a newline at the end of a dump so that there are blank lines between

dumps when using breakpoints or tracing.
This commit is contained in:
John Baldwin 2001-11-03 21:40:47 +00:00
parent 794ffde89e
commit 25895accd8
2 changed files with 2 additions and 2 deletions

View File

@ -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.
#

View File

@ -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.
#