aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/vectors.s4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/vectors.s b/src/vectors.s
index 77ce0bc..af343a7 100644
--- a/src/vectors.s
+++ b/src/vectors.s
@@ -155,9 +155,13 @@
@end:
rti
+
+ ;; If we are on a dev environment, account for any frame drops.
+.ifdef PARTIAL
@account_for_frame_drop:
inc Debug::zp_frame_drops
rti
+.endif
.endproc
;; Unused.