Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 168318
b: refs/heads/master
c: 421b541
h: refs/heads/master
v: v3
  • Loading branch information
Paul Mundt committed Nov 6, 2009
1 parent e173997 commit f14bc0f
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: 345e5a7672f561b539b3249cbe437b8d6595ab1b
refs/heads/master: 421b541110b20ccff1a7ff3245439cb24efe9812
2 changes: 1 addition & 1 deletion trunk/arch/sh/kernel/dwarf.c
Original file line number Diff line number Diff line change
Expand Up @@ -555,7 +555,7 @@ struct dwarf_frame * dwarf_unwind_stack(unsigned long pc,
* NOTE: the return address is guaranteed to be setup by the
* time this function makes its first function call.
*/
if (!pc && !prev)
if (!pc || !prev)
pc = (unsigned long)current_text_addr();

#ifdef CONFIG_FUNCTION_GRAPH_TRACER
Expand Down

0 comments on commit f14bc0f

Please sign in to comment.