diff options
Diffstat (limited to 'arch/mips/boot/tools/relocs.c')
-rw-r--r-- | arch/mips/boot/tools/relocs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/boot/tools/relocs.c b/arch/mips/boot/tools/relocs.c index 1bf53f3524b3..02fc85f3e8ff 100644 --- a/arch/mips/boot/tools/relocs.c +++ b/arch/mips/boot/tools/relocs.c @@ -351,7 +351,7 @@ static void read_symtabs(FILE *fp) static void read_relocs(FILE *fp) { - static unsigned long base = 0; + static unsigned long base; int i, j; if (!base) { |