We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5fca235 commit c3d55d3Copy full SHA for c3d55d3
src/goto-programs/lazy_goto_model.cpp
@@ -201,6 +201,10 @@ void lazy_goto_modelt::initialize(
201
202
if(binaries_provided_start && options.is_set("function"))
203
{
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
+
208
// Get the language annotation of the existing __CPROVER_start function.
209
std::unique_ptr<languaget> language =
210
get_entry_point_language(symbol_table, options, message_handler);
0 commit comments