Skip to content
Snippets Groups Projects
Commit b83f37d8 authored by wlott's avatar wlott
Browse files

Put the 1+ back into ir2-block-count. (oops)

parent 4639a0a2
No related branches found
No related tags found
No related merge requests found
......@@ -151,7 +151,7 @@
((null 2block)
(error "What? No ir2 blocks have a non-nil number?"))
(when (ir2-block-number 2block)
(return (ir2-block-number 2block)))))
(return (1+ (ir2-block-number 2block))))))
;;; Init-SB-Vectors -- Internal
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment