Correct docstring of downcall-handle
This commit is contained in:
parent
01515ad568
commit
b8383a467b
1 changed files with 1 additions and 1 deletions
|
|
@ -52,7 +52,7 @@
|
||||||
args-arr)))))
|
args-arr)))))
|
||||||
|
|
||||||
(defn- downcall-handle
|
(defn- downcall-handle
|
||||||
"Gets the [[MethodHandle]] for the function at the `address`."
|
"Gets the [[MethodHandle]] for the function at the `sym`."
|
||||||
[sym function-descriptor]
|
[sym function-descriptor]
|
||||||
(.downcallHandle (CLinker/systemCLinker) sym function-descriptor))
|
(.downcallHandle (CLinker/systemCLinker) sym function-descriptor))
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue