Skip to content

Commit ecb65f6

Browse files
author
Daniel Kroening
authored
Merge pull request #314 from tautschnig/location-numbers
Ensure globally unique location numbers after reading binary
2 parents 6b21f36 + 74e9535 commit ecb65f6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/goto-programs/read_bin_goto_object.cpp

+2
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,8 @@ bool read_bin_goto_object_v3(
160160
if(hidden) f.make_hidden();
161161
}
162162

163+
functions.compute_location_numbers();
164+
163165
return false;
164166
}
165167

0 commit comments

Comments
 (0)