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:
parent
794ffde89e
commit
25895accd8
@ -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.
|
||||
#
|
||||
|
@ -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.
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user