diff options
-rw-r--r-- | cgaas.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -6573,7 +6573,7 @@ static void relocate_code (void) # endif } else { instruction_offset=relocation->relocation_offset; - v= -4; + v=0; # ifdef ELF_RELA relocation->relocation_addend+=v; continue; |