Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 163550
b: refs/heads/master
c: 2f6dafc
h: refs/heads/master
v: v3
  • Loading branch information
Paul Mundt committed Aug 31, 2009
1 parent 04c3144 commit 62ff981
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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: 4aa5ac4ef44dd8c986241c54298abd7910b78b3f
refs/heads/master: 2f6dafc5fcbf3fddce345c47da1f277a156fe22a
2 changes: 1 addition & 1 deletion trunk/arch/sh/include/asm/dwarf.h
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@
*/
static __always_inline unsigned long dwarf_read_arch_reg(unsigned int reg)
{
unsigned long value;
unsigned long value = 0;

switch (reg) {
case 14:
Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/sh/kernel/dwarf.c
Original file line number Diff line number Diff line change
Expand Up @@ -887,7 +887,7 @@ static int __init dwarf_unwinder_init(void)
{
u32 entry_type;
void *p, *entry;
int count, err;
int count, err = 0;
unsigned long len;
unsigned int c_entries, f_entries;
unsigned char *end;
Expand Down

0 comments on commit 62ff981

Please sign in to comment.