diff --git a/arch/arm/cpu/common.c b/arch/arm/cpu/common.c index 00ce3ef..51fe7ed 100644 --- a/arch/arm/cpu/common.c +++ b/arch/arm/cpu/common.c @@ -85,6 +85,7 @@ unsigned long *fixup = (unsigned long *)(rel->r_offset + offset); *fixup = *fixup + r + offset; + rel->r_offset += offset; } else { putc_ll('>'); puthex_ll(rel->r_info);