Ensure all pointers have a primitive type attached

This commit is contained in:
Joshua Suskalo 2021-09-17 10:48:53 -05:00
parent a22e53002f
commit 595073f84a

View file

@ -168,6 +168,10 @@
[type]
(primitive-types type))
(defmethod primitive-type ::pointer
[_type]
::pointer)
(def c-prim-layout
"Map of primitive type names to the [[CLinker]] types for a method handle."
{::byte CLinker/C_CHAR