summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cgaas.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cgaas.c b/cgaas.c
index 653b952..f1ef694 100644
--- a/cgaas.c
+++ b/cgaas.c
@@ -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;