about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--baremetal/309stream.subx1
-rw-r--r--baremetal/313index-bounds-check.subx2
2 files changed, 3 insertions, 0 deletions
diff --git a/baremetal/309stream.subx b/baremetal/309stream.subx
index 0d470ca6..fc727329 100644
--- a/baremetal/309stream.subx
+++ b/baremetal/309stream.subx
@@ -155,6 +155,7 @@ $read-from-stream:abort:
     {
       eb/jump loop/disp8
     }
+    # never gets here
 
 stream-first:  # s: (addr stream byte) -> result/eax: byte
     # . prologue
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