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.subx3
1 files changed, 3 insertions, 0 deletions
diff --git a/313index-bounds-check.subx b/313index-bounds-check.subx
index de9642fd..4bc8e12e 100644
--- a/313index-bounds-check.subx
+++ b/313index-bounds-check.subx
@@ -58,5 +58,8 @@ __check-mu-array-bounds:overflow:
     }
     # never gets here
 
+__mu-abort-null-index-base-address:
+    (abort "null address in 'index'")
+
 __mu-abort-null-get-base-address:
     (abort "null address in 'get'")