about summary refs log tree commit diff stats
path: root/313index-bounds-check.subx
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2021-04-09 20:39:53 -0700
committerKartik K. Agaram <vc@akkartik.com>2021-04-09 20:39:53 -0700
commit5094473b2fb94d197bb80c93c47215a628c9738a (patch)
tree42893e4a4a588e5906d0da1ba503ceb87f7fcfaa /313index-bounds-check.subx
parentf5defca1170bccaca5a7f3e35d59a38b8c7017f0 (diff)
downloadmu-5094473b2fb94d197bb80c93c47215a628c9738a.tar.gz
shell: highlight matching close-paren
Diffstat (limited to '313index-bounds-check.subx')
-rw-r--r--313index-bounds-check.subx1
1 files changed, 0 insertions, 1 deletions
diff --git a/313index-bounds-check.subx b/313index-bounds-check.subx
index c9d01ee2..6185e969 100644
--- a/313index-bounds-check.subx
+++ b/313index-bounds-check.subx
@@ -51,7 +51,6 @@ __check-mu-array-bounds:overflow:
     (draw-text-wrapping-right-then-down-from-cursor-over-full-screen 0 "fn " 3 0)  # 3=cyan
     (draw-text-wrapping-right-then-down-from-cursor-over-full-screen 0 *(ebp+0x14) 3 0)  # 3=cyan
     (draw-text-wrapping-right-then-down-from-cursor-over-full-screen 0 ": offset to array '" 3 0)  # 3=cyan
-    (draw-text-wrapping-right-then-down-from-cursor-over-full-screen 0 "offset to array overflowed 32 bits" 3 0)  # 3=cyan
     (draw-text-wrapping-right-then-down-from-cursor-over-full-screen 0 *(ebp+0x18) 3 0)  # 3=cyan
     (draw-text-wrapping-right-then-down-from-cursor-over-full-screen 0 "' overflowed 32 bits" 3 0)  # 3=cyan
     {