Skip to content
Snippets Groups Projects
Commit aa7ed740 authored by ram's avatar ram
Browse files

Allow the COMPILED-DEBUG-INFO-FUNCTION-MAP to be null temporarily (when

initially making it.)
parent 5c3617f0
No related branches found
No related tags found
No related merge requests found
...@@ -332,5 +332,6 @@ ...@@ -332,5 +332,6 @@
;; what function we were running in. The function is valid between the PC ;; what function we were running in. The function is valid between the PC
;; before it (inclusive) and the PC after it (exclusive). The PCs are in ;; before it (inclusive) and the PC after it (exclusive). The PCs are in
;; sorted order, so we can binary-search. We omit the first and last PC, ;; sorted order, so we can binary-search. We omit the first and last PC,
;; since their values are 0 and the length of the code vector. ;; since their values are 0 and the length of the code vector. Null only
(function-map nil :type simple-vector)) ;; temporarily.
(function-map nil :type (or simple-vector null)))
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