about summary refs log tree commit diff stats
path: root/313index-bounds-check.subx
diff options
context:
space:
mode:
Diffstat (limited to '313index-bounds-check.subx')
-rw-r--r--313index-bounds-check.subx2
1 files changed, 2 insertions, 0 deletions
diff --git a/313index-bounds-check.subx b/313index-bounds-check.subx
index 1349e3d4..615935b3 100644
--- a/313index-bounds-check.subx
+++ b/313index-bounds-check.subx
@@ -37,6 +37,7 @@ __check-mu-array-bounds:  # index: int, elem-size: int, arr-size: int, function-
     # exit(1)
     bb/copy-to-ebx 1/imm32
     e8/call syscall_exit/disp32
+    # never gets here
 $__check-mu-array-bounds:end:
     # . restore registers
     5a/pop-to-edx
@@ -58,6 +59,7 @@ __check-mu-array-bounds:overflow:
     # exit(1)
     bb/copy-to-ebx 1/imm32
     e8/call syscall_exit/disp32
+    # never gets here
 
 # potential alternative