diff options
Diffstat (limited to 'arch/x86/lib/relocate.c')
| -rw-r--r-- | arch/x86/lib/relocate.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/arch/x86/lib/relocate.c b/arch/x86/lib/relocate.c index 200baaba6..c0b9b2970 100644 --- a/arch/x86/lib/relocate.c +++ b/arch/x86/lib/relocate.c @@ -85,7 +85,7 @@ int do_elf_reloc_fixups(void)  				*offset_ptr_ram += gd->reloc_off;  			}  		} -	} while (re_src++ < re_end); +	} while (++re_src < re_end);  	return 0;  } |