diff options
| author | Louis Burda <quent.burda@gmail.com> | 2022-11-04 01:16:50 +0100 |
|---|---|---|
| committer | Louis Burda <quent.burda@gmail.com> | 2022-11-04 01:21:13 +0100 |
| commit | d4ac8d64359fcaf25a65196c83ba0a091f645a3b (patch) | |
| tree | f5e41923a018a335cb55538b8af8e6cc558e6534 /test/eviction.c | |
| parent | 49c88d32d25d4eb39ad6452cfba2ca93d60e1b81 (diff) | |
| download | cachepc-d4ac8d64359fcaf25a65196c83ba0a091f645a3b.tar.gz cachepc-d4ac8d64359fcaf25a65196c83ba0a091f645a3b.zip | |
Fixed page tracking and somewhat working single step probe
Diffstat (limited to 'test/eviction.c')
| -rw-r--r-- | test/eviction.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/eviction.c b/test/eviction.c index 9ad6e56..1570205 100644 --- a/test/eviction.c +++ b/test/eviction.c @@ -12,7 +12,7 @@ int main(int argc, const char **argv) { - uint16_t counts[64]; + cpc_msrmt_t counts[L1_SETS]; uint32_t arg; int i, fd, ret; |
