diff --git a/src/coffi/ffi.clj b/src/coffi/ffi.clj index b4dd7c8..5af9365 100644 --- a/src/coffi/ffi.clj +++ b/src/coffi/ffi.clj @@ -480,6 +480,7 @@ (defn find-symbol "Gets the [[MemoryAddress]] of a symbol from the loaded libraries." [sym] + ;; TODO(Joshua): Ensure this looks up both in the system, and loaded libraries (see `SymbolLookup#loaderLookup`) (.. (CLinker/systemLookup) (lookup (name sym)) (orElse nil))) (defn- method-type