diff options
Diffstat (limited to 'include')
| -rw-r--r-- | include/debug.s | 5 |
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 |
