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

Changed the default for DEBUG-FUNCTION-RETURNS to :FIXED so that we can create

the structure before initializing the slots.
parent ff21b0ce
No related branches found
No related tags found
No related merge requests found
......@@ -270,7 +270,7 @@
;; :Fixed
;; The function returns using the a fixed-values convention, but we
;; elected not to store a vector to save space.
(returns nil :type (or (simple-array * (*)) (member :standard :fixed)))
(returns :fixed :type (or (simple-array * (*)) (member :standard :fixed)))
;;
;; SC-Offsets describing where the return PC and return CONT are kept.
(return-pc nil :type sc-offset)
......
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