Fixing typo.

This commit is contained in:
Can Bölük 2020-08-22 01:21:31 +02:00
parent c39cada530
commit dc4d0d3598

View file

@ -55,7 +55,7 @@ namespace vtil
}
bool routine::has_path_bwd( const basic_block* src, const basic_block* dst ) const
{
return get_path( src, dst ).size() != 0;
return get_path_bwd( src, dst ).size() != 0;
}
// Checks whether the block is in a loop.