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

Fixed kill/yank lossage in addition of :LABEL load-time constant support.

parent 8b2b5da8
No related branches found
No related tags found
No related merge requests found
...@@ -142,7 +142,7 @@ ...@@ -142,7 +142,7 @@
(core-function-or-lose (cdr const) object))) (core-function-or-lose (cdr const) object)))
(:label (:label
(%primitive header-set code-obj i (%primitive header-set code-obj i
(+ (label-location (cdr entry)) (+ (label-location (cdr const))
clc::i-vector-header-size)))))))))) clc::i-vector-header-size))))))))))
(undefined-value)) (undefined-value))
......
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