Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 294663
b: refs/heads/master
c: 9fbe465
h: refs/heads/master
i:
  294661: 7297e82
  294659: 8b344a6
  294655: ea89e9e
v: v3
  • Loading branch information
Jan Kiszka authored and Jason Wessel committed Mar 22, 2012
1 parent 9583409 commit d54d169
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 639077fb69aec8112e5427210a83d0fb192969f0
refs/heads/master: 9fbe465efc76044dd87afe764db5464ae61aeabc
3 changes: 2 additions & 1 deletion trunk/kernel/debug/gdbstub.c
Original file line number Diff line number Diff line change
Expand Up @@ -1129,5 +1129,6 @@ void gdbstub_exit(int status)
dbg_io_ops->write_char(hex_asc_lo(checksum));

/* make sure the output is flushed, lest the bootloader clobber it */
dbg_io_ops->flush();
if (dbg_io_ops->flush)
dbg_io_ops->flush();
}

0 comments on commit d54d169

Please sign in to comment.