aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/debug.s3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/debug.s b/include/debug.s
index fc29bef..a7dbdfa 100644
--- a/include/debug.s
+++ b/include/debug.s
@@ -2,4 +2,7 @@
.scope Debug
;; Counter for frame drops. Only touched when PARTIAL is defined.
zp_frame_drops = $90 ; asan:ignore
+
+ ;; General purpose counter.
+ zp_counter = $91 ; asan:ignore
.endscope