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 c193331 commit 5ca02a6Copy full SHA for 5ca02a6
jbmc/src/jbmc/jbmc_parse_options.cpp
@@ -557,7 +557,7 @@ int jbmc_parse_optionst::doit()
557
if(get_goto_program_ret != -1)
558
return get_goto_program_ret;
559
560
- if(!cmdline.isset("symex-driven-lazy-loading"))
+ if(!options.get_bool_option("symex-driven-lazy-loading"))
561
{
562
if(
563
options.get_bool_option("program-only") ||
@@ -710,7 +710,7 @@ int jbmc_parse_optionst::get_goto_program(
710
// particular function:
711
add_failed_symbols(lazy_goto_model.symbol_table);
712
713
714
715
log.status() << "Generating GOTO Program" << messaget::eom;
716
lazy_goto_model.load_all_functions();
0 commit comments