Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 7291
b: refs/heads/master
c: 41be31b
h: refs/heads/master
i:
  7289: 206d560
  7287: 9fbe239
v: v3
  • Loading branch information
Milton Miller authored and Paul Mackerras committed Sep 6, 2005
1 parent 0eb1c87 commit 5957a32
Show file tree
Hide file tree
Showing 2 changed files with 4 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: cdcd318fefab8c8655fdc3b085ccc23848a93001
refs/heads/master: 41be31b7d61c661a63bb1d5c8be3c39f124beabd
4 changes: 3 additions & 1 deletion trunk/arch/ppc64/xmon/start.c
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,9 @@ xmon_read(void *handle, void *ptr, int nb)
int
xmon_read_poll(void)
{
return udbg_getc_poll();
if (ppc_md.udbg_getc_poll)
return ppc_md.udbg_getc_poll();
return -1;
}

FILE *xmon_stdin;
Expand Down

0 comments on commit 5957a32

Please sign in to comment.