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

Added CATCH-BLOCK primitive-type.

parent e859bcdb
No related branches found
No related tags found
No related merge requests found
......@@ -124,6 +124,9 @@
;;; be primitive types.
(def-primitive-type list (descriptor-reg))
;;; Dummy primitive type for catch block TNs.
(def-primitive-type catch-block (stack) :type nil)
;;; Primitive-Type-Of -- Interface
;;;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment