Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 38488
b: refs/heads/master
c: 0a730ae
h: refs/heads/master
v: v3
  • Loading branch information
Paul Mackerras committed Oct 4, 2006
1 parent 26f2d04 commit df796e5
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: 586da2cc78131d194ecacaf4de26b49691de5fd3
refs/heads/master: 0a730ae59960165ae50de3284fb50316d1755d98
2 changes: 1 addition & 1 deletion trunk/arch/powerpc/xmon/xmon.c
Original file line number Diff line number Diff line change
Expand Up @@ -505,7 +505,7 @@ static int xmon_core(struct pt_regs *regs, int fromipi)

mtmsr(msr); /* restore interrupt enable */

return cmd != 'X';
return cmd != 'X' && cmd != EOF;
}

int xmon(struct pt_regs *excp)
Expand Down

0 comments on commit df796e5

Please sign in to comment.