Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions src/clj/coffi/ffi.clj
Original file line number Diff line number Diff line change
Expand Up @@ -467,6 +467,10 @@
(def ^:private return-for-type
"Map from type name to the return instruction for that type."
{::mem/byte :breturn
[::mem/bool 8] :ireturn
[::mem/bool 16] :ireturn
[::mem/bool 32] :ireturn
[::mem/bool 64] :lreturn
::mem/short :sreturn
::mem/int :ireturn
::mem/long :lreturn
Expand Down
Loading