summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cgaas.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/cgaas.c b/cgaas.c
index b87e812..2806837 100644
--- a/cgaas.c
+++ b/cgaas.c
@@ -6542,8 +6542,6 @@ static void relocate_code (void)
{
instruction_offset=relocation->relocation_offset;
v=label->label_offset;
-
- v -= 4;
# ifdef FUNCTION_LEVEL_LINKING
v -= label->label_object_label->object_label_offset;
@@ -6697,7 +6695,6 @@ static void relocate_data (void)
int v;
v = label->label_offset;
- v -= 4;
# ifdef FUNCTION_LEVEL_LINKING
v -= label->label_object_label->object_label_offset;
# endif