mirror of
https://github.com/vtil-project/VTIL-Core
synced 2026-08-17 08:23:03 -04:00
Fixing typo.
This commit is contained in:
parent
c39cada530
commit
dc4d0d3598
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue