diff options
author | bd <bdunahu@operationnull.com> | 2025-04-28 21:37:40 -0400 |
---|---|---|
committer | bd <bdunahu@operationnull.com> | 2025-04-28 21:37:40 -0400 |
commit | 3c9fe9d5f3ecb82d10c0e1dc59fba509cdfc20e7 (patch) | |
tree | 6654684e384e1025c10882f10d29457d877b0cff /inc/definitions.h | |
parent | de6ccea3c6d23b788acecb0744221a4f6078597a (diff) |
Fixed bugs introduced with cache ways, small cleanups
Diffstat (limited to 'inc/definitions.h')
-rw-r--r-- | inc/definitions.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/inc/definitions.h b/inc/definitions.h index f0946b8..737656d 100644 --- a/inc/definitions.h +++ b/inc/definitions.h @@ -43,11 +43,6 @@ #define MEM_LINES static_cast<int>(pow(2, MEM_LINE_SPEC)) /** - * The total number of cycles a memory access takes - */ -#define MEM_DELAY 3 - -/** * Return the N least-significant bits from integer K using a bit mask * @param the integer to be parsed * @param the number of bits to be parsed |