aboutsummaryrefslogtreecommitdiff
path: root/include/debug.s
diff options
context:
space:
mode:
Diffstat (limited to 'include/debug.s')
-rw-r--r--include/debug.s5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/debug.s b/include/debug.s
new file mode 100644
index 0000000..fc29bef
--- /dev/null
+++ b/include/debug.s
@@ -0,0 +1,5 @@
+;; Debug utilities.
+.scope Debug
+ ;; Counter for frame drops. Only touched when PARTIAL is defined.
+ zp_frame_drops = $90 ; asan:ignore
+.endscope