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