mirror of
https://github.com/vtil-project/VTIL-Core
synced 2026-08-17 08:23:03 -04:00
Don't use stack map.
This commit is contained in:
parent
7817ec0570
commit
3485403cd6
1 changed files with 1 additions and 1 deletions
|
|
@ -33,7 +33,7 @@ namespace vtil
|
|||
{
|
||||
// Internal type definitions.
|
||||
//
|
||||
using path_history_t = stack_map<std::pair<const basic_block*, const basic_block*>, uint32_t>;
|
||||
using path_history_t = std::map<std::pair<const basic_block*, const basic_block*>, uint32_t>;
|
||||
using partial_tracer_t = std::function<symbolic::expression( bitcnt_t offset, bitcnt_t size )>;
|
||||
|
||||
// Forward defs.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue