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

Fixed CATCH-BLOCK primitive-type to use the CATCH-BLOCK SC instead of

STACK so that we allocate enough space.
parent c4c1b61a
No related branches found
No related tags found
No related merge requests found
...@@ -125,7 +125,7 @@ ...@@ -125,7 +125,7 @@
(def-primitive-type list (descriptor-reg)) (def-primitive-type list (descriptor-reg))
;;; Dummy primitive type for catch block TNs. ;;; Dummy primitive type for catch block TNs.
(def-primitive-type catch-block (stack) :type nil) (def-primitive-type catch-block (catch-block) :type nil)
;;; Primitive-Type-Of -- Interface ;;; Primitive-Type-Of -- Interface
......
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