commit | 4e1a2594094020bdb41c18681c1765671138d06a | [log] [tgz] |
---|---|---|
author | Paul Mundt <lethal@linux-sh.org> | Tue Mar 23 17:07:41 2010 +0900 |
committer | Paul Mundt <lethal@linux-sh.org> | Tue Mar 23 17:07:41 2010 +0900 |
tree | 2550b46d45bb304212cd97eb6880c67b21491237 | |
parent | 90851c40769791a6ddeef691c482ecf69bae4a5c [diff] |
sh: Silence unintialized variable warnings in dwarf unwinder. The parent rb_node needs to be initialized to shut up the compiler, even though we're unlikely to ever hit this issue at run time. Signed-off-by: Paul Mundt <lethal@linux-sh.org>