diff options
| author | mkhairy <[email protected]> | 2021-05-21 17:57:43 -0400 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-05-21 17:57:43 -0400 |
| commit | ce4f20f308eaeccfeb706201e02a7d97b3d33efa (patch) | |
| tree | dca4d006b62d2d3b1d583bdbc8a270c076396bac /src/abstract_hardware_model.h | |
| parent | 2aef4e3d5a662d04da03ec782b116d16a5bcc012 (diff) | |
| parent | b814c52fe9c4538669d845c5f05b247348f6fd1d (diff) | |
Merge pull request #17 from JRPan/rewrite-l2-breakdown
Rewrite l2 breakdown
Diffstat (limited to 'src/abstract_hardware_model.h')
| -rw-r--r-- | src/abstract_hardware_model.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/abstract_hardware_model.h b/src/abstract_hardware_model.h index b33c50b..60d7328 100644 --- a/src/abstract_hardware_model.h +++ b/src/abstract_hardware_model.h @@ -876,7 +876,9 @@ class mem_fetch_allocator { const mem_access_byte_mask_t &byte_mask, const mem_access_sector_mask_t §or_mask, unsigned size, bool wr, - unsigned long long cycle) const = 0; + unsigned long long cycle, + unsigned wid, unsigned sid, + unsigned tpc, mem_fetch *original_mf) const = 0; }; // the maximum number of destination, source, or address uarch operands in a |
