summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn van Groningen2013-07-23 12:54:23 +0000
committerJohn van Groningen2013-07-23 12:54:23 +0000
commitc6b27942638a185c860c377f64bd1b1ec7fcde9e (patch)
tree81a34a689b910b1dbf4d6f7a58e5326a00ed83c7
parentremove incorrect prototype for store_label_offset_in_data_section (diff)
add missing variable declaration int v
-rw-r--r--cgaas.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/cgaas.c b/cgaas.c
index 1dfbdb5..0114891 100644
--- a/cgaas.c
+++ b/cgaas.c
@@ -6640,6 +6640,8 @@ static void relocate_data (void)
# endif
))
{
+ int v;
+
v = label->label_offset;
v -= 4;
# ifdef FUNCTION_LEVEL_LINKING