summaryrefslogtreecommitdiff
path: root/inc/definitions.h
diff options
context:
space:
mode:
authorbd <bdunahu@operationnull.com>2025-03-11 20:26:59 -0400
committerbd <bdunahu@operationnull.com>2025-03-11 20:26:59 -0400
commit7c828204a091330eca7dd6495f02f54c2c0a3091 (patch)
tree30947c7018653ca18d4a69de20936b3615768f9e /inc/definitions.h
parent1f0e8cb4ab77c0db6d0ec08cb3a09219ccb04e90 (diff)
Fix small issue in fetch_resource wih off by one cycle count
Diffstat (limited to 'inc/definitions.h')
-rw-r--r--inc/definitions.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/definitions.h b/inc/definitions.h
index 80fccbe..eced554 100644
--- a/inc/definitions.h
+++ b/inc/definitions.h
@@ -39,7 +39,7 @@
/**
* The total number of cycles a level one cache access takes
*/
-#define L1_CACHE_DELAY 1
+#define L1_CACHE_DELAY 0
/**
* Return the N least-significant bits from integer K using a bit mask