diff options
author | John van Groningen | 2013-07-23 12:54:23 +0000 |
---|---|---|
committer | John van Groningen | 2013-07-23 12:54:23 +0000 |
commit | c6b27942638a185c860c377f64bd1b1ec7fcde9e (patch) | |
tree | 81a34a689b910b1dbf4d6f7a58e5326a00ed83c7 | |
parent | remove incorrect prototype for store_label_offset_in_data_section (diff) |
add missing variable declaration int v
-rw-r--r-- | cgaas.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -6640,6 +6640,8 @@ static void relocate_data (void) # endif )) { + int v; + v = label->label_offset; v -= 4; # ifdef FUNCTION_LEVEL_LINKING |