Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion jbmc/src/java_bytecode/java_local_variable_table.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ struct procedure_local_cfg_baset<
return (--args.second.end())->first;
}

unsigned nodes_empty(const method_with_amapt &args) const
bool nodes_empty(const method_with_amapt &args) const
{
return args.second.empty();
}
Expand Down