Skip to content
Snippets Groups Projects
Commit d9badb92 authored by Lukáš Korenčik's avatar Lukáš Korenčik
Browse files

UI: Store mcsema option to report.

parent b38c1d3f
No related branches found
No related tags found
No related merge requests found
......@@ -292,6 +292,8 @@ void with_bc::report_options()
_log->info( "static reduction: 1\n", true );
if ( !_bc_opts.relaxed.empty() )
_log->info( "relaxed memory: " + _bc_opts.relaxed + "\n" );
if ( _bc_opts.mcsema )
_log->info( "mcsema: 1\n", true );
}
void with_bc::setup()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment