Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 294667
b: refs/heads/master
c: b8adde8
h: refs/heads/master
i:
  294665: ddd75ec
  294663: d54d169
v: v3
  • Loading branch information
Tim Bird authored and Jason Wessel committed Mar 22, 2012
1 parent d0f2075 commit 167ed18
Show file tree
Hide file tree
Showing 2 changed files with 2 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: bec4d62ead8096e433d624d9339893f50badd992
refs/heads/master: b8adde8ddec9ff62a21564fa8020b5463e70d4de
2 changes: 1 addition & 1 deletion trunk/kernel/debug/kdb/kdb_io.c
Original file line number Diff line number Diff line change
Expand Up @@ -689,7 +689,7 @@ int vkdb_printf(const char *fmt, va_list ap)
if (!dbg_kdb_mode && kgdb_connected) {
gdbstub_msg_write(kdb_buffer, retlen);
} else {
if (!dbg_io_ops->is_console) {
if (dbg_io_ops && !dbg_io_ops->is_console) {
len = strlen(kdb_buffer);
cp = kdb_buffer;
while (len--) {
Expand Down

0 comments on commit 167ed18

Please sign in to comment.