summaryrefslogtreecommitdiff
path: root/cache.inc
diff options
context:
space:
mode:
Diffstat (limited to 'cache.inc')
-rw-r--r--cache.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/cache.inc b/cache.inc
index 9a0825ea..1da7c8fb 100644
--- a/cache.inc
+++ b/cache.inc
@@ -43,6 +43,7 @@ getcachesector:
loop .search
.miss:
+ TRACER 'M'
; Need to load it. Highly inefficient cache replacement
; algorithm: Least Recently Written (LRW)
push bx
@@ -66,6 +67,7 @@ getcachesector:
ret
.hit: ; We have it; get the pointer
+ TRACER 'H'
sub si,CachePtrs
shl si,SECTOR_SHIFT-2
pop cx