diff options
| author | JRPAN <[email protected]> | 2021-05-20 20:52:06 -0400 |
|---|---|---|
| committer | JRPAN <[email protected]> | 2021-05-20 20:52:06 -0400 |
| commit | f665ad5a49620b47118cbf6d578b469155e2a500 (patch) | |
| tree | e854dfce73d6b88c84d5920d91f6dc54f2b6ab1f /src/abstract_hardware_model.h | |
| parent | c8eca04403d3acaff413788e342fd6aadd122948 (diff) | |
L2 breakdown - reuse mf allocator
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 |
