Ensure all pointers have a primitive type attached
This commit is contained in:
parent
a22e53002f
commit
595073f84a
1 changed files with 4 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue