Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 34119
b: refs/heads/master
c: 4dbefe6
h: refs/heads/master
i:
  34117: 1fcc66a
  34115: f9dad13
  34111: d85ee9d
v: v3
  • Loading branch information
Josh Boyer authored and Paul Mackerras committed Sep 21, 2006
1 parent 76d3ab2 commit 5f5d45f
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: 838fdb4d2d0e4730364220b51be28a42d04c665e
refs/heads/master: 4dbefe6459555d6fb9d08743615fbaa53894beb2
2 changes: 1 addition & 1 deletion trunk/arch/ppc/xmon/xmon.c
Original file line number Diff line number Diff line change
Expand Up @@ -806,7 +806,7 @@ backtrace(struct pt_regs *excp)
for (; sp != 0; sp = stack[0]) {
if (mread(sp, stack, sizeof(stack)) != sizeof(stack))
break;
printf("[%.8lx] ", stack);
printf("[%.8lx] ", stack[0]);
xmon_print_symbol(stack[1], " ", "\n");
if (stack[1] == (unsigned) &ret_from_except
|| stack[1] == (unsigned) &ret_from_except_full
Expand Down

0 comments on commit 5f5d45f

Please sign in to comment.