Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 96266
b: refs/heads/master
c: 824fcdd
h: refs/heads/master
v: v3
  • Loading branch information
Paul Mundt committed May 8, 2008
1 parent 6c40a89 commit 552fbe3
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: ccd805874198c248498b5f269656ec14397eeede
refs/heads/master: 824fcdded0591b879dc0d5c1873c168ca4bf6fae
2 changes: 1 addition & 1 deletion trunk/arch/sh/lib64/dbg.c
Original file line number Diff line number Diff line change
Expand Up @@ -186,8 +186,8 @@ void evt_debug(int evt, int ret_addr, int event, int tra, struct pt_regs *regs)
rr->pc = regs->pc;

if (sp < stack_bottom + 3092) {
printk("evt_debug : stack underflow report\n");
int i, j;
printk("evt_debug : stack underflow report\n");
for (j=0, i = event_ptr; j<16; j++) {
rr = event_ring + i;
printk("evt=%08x event=%08x tra=%08x pid=%5d sp=%08lx pc=%08lx\n",
Expand Down

0 comments on commit 552fbe3

Please sign in to comment.