Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 204957
b: refs/heads/master
c: 3f0a55e
h: refs/heads/master
i:
  204955: 4eb3a43
v: v3
  • Loading branch information
Michal Simek authored and Jason Wessel committed Aug 5, 2010
1 parent d0c9bbe commit 00cd6cb
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: 62a0309c4c99274052e4829ed6a8fe579dd2c767
refs/heads/master: 3f0a55e3579a500ce9f5cdab70a5741f99769118
2 changes: 1 addition & 1 deletion trunk/arch/powerpc/kernel/kgdb.c
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ static int kgdb_handle_breakpoint(struct pt_regs *regs)
return 0;

if (*(u32 *) (regs->nip) == *(u32 *) (&arch_kgdb_ops.gdb_bpt_instr))
regs->nip += 4;
regs->nip += BREAK_INSTR_SIZE;

return 1;
}
Expand Down

0 comments on commit 00cd6cb

Please sign in to comment.