Skip to content

Commit c3d55d3

Browse files
Additional explanatory comment
1 parent 5fca235 commit c3d55d3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/goto-programs/lazy_goto_model.cpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -201,6 +201,10 @@ void lazy_goto_modelt::initialize(
201201

202202
if(binaries_provided_start && options.is_set("function"))
203203
{
204+
// The goto binaries provided already contain a __CPROVER_start
205+
// function that may be tied to a different entry point `function`.
206+
// Hence, we will rebuild the __CPROVER_start function.
207+
204208
// Get the language annotation of the existing __CPROVER_start function.
205209
std::unique_ptr<languaget> language =
206210
get_entry_point_language(symbol_table, options, message_handler);

0 commit comments

Comments
 (0)