aboutsummaryrefslogtreecommitdiff
path: root/include/debug.s
blob: fc29bef350a8d7520c98e099fb7f327eab94f12a (plain)
1
2
3
4
5
;; Debug utilities.
.scope Debug
    ;; Counter for frame drops. Only touched when PARTIAL is defined.
    zp_frame_drops = $90        ; asan:ignore
.endscope