about summary refs log tree commit diff stats
path: root/baremetal/313index-bounds-check.subx
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2021-01-16 10:40:19 -0800
committerKartik Agaram <vc@akkartik.com>2021-01-16 10:40:19 -0800
commit2803748890cceb433c1e83f12d052c38e42f731f (patch)
tree2e62e13afaeecf105b9cf5cda218717561792988 /baremetal/313index-bounds-check.subx
parentb62865572211a5675493956605e7137d19265a9b (diff)
downloadmu-2803748890cceb433c1e83f12d052c38e42f731f.tar.gz
7527
Diffstat (limited to 'baremetal/313index-bounds-check.subx')
-rw-r--r--baremetal/313index-bounds-check.subx2
1 files changed, 2 insertions, 0 deletions
diff --git a/baremetal/313index-bounds-check.subx b/baremetal/313index-bounds-check.subx
index 422d1d84..8a7700c6 100644
--- a/baremetal/313index-bounds-check.subx
+++ b/baremetal/313index-bounds-check.subx
@@ -30,6 +30,7 @@ __check-mu-array-bounds:  # index: int, elem-size: int, arr-size: int, function-
     {
       eb/jump loop/disp8
     }
+    # never gets here
 $__check-mu-array-bounds:end:
     # . restore registers
     5a/pop-to-edx
@@ -45,3 +46,4 @@ __check-mu-array-bounds:overflow:
     {
       eb/jump loop/disp8
     }
+    # never gets here