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 7c43d46 commit 4be7670Copy full SHA for 4be7670
jbmc/src/jbmc/jbmc_parse_options.cpp
@@ -753,7 +753,7 @@ void jbmc_parse_optionst::process_goto_function(
753
*class_hierarchy,
754
ui_message_handler);
755
// Java virtual functions -> explicit dispatch tables:
756
- remove_virtual_functions(function);
+ remove_virtual_functions(function, *class_hierarchy);
757
758
auto function_is_stub = [&symbol_table, &model](const irep_idt &id) {
759
return symbol_table.lookup_ref(id).value.is_nil() &&
0 commit comments