Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
andreaTP committed Oct 1, 2024
1 parent 0dd1477 commit 4dffefe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions aot/src/main/java/com/dylibso/chicory/aot/AotMachine.java
Original file line number Diff line number Diff line change
Expand Up @@ -390,6 +390,7 @@ private MethodHandle[] compile(Class<?> clazz) {
instance.memory(),
instance);
compiled[funcId] = adaptSignature(type, handle);

} catch (ReflectiveOperationException e) {
throw new ChicoryException(e);
}
Expand Down

0 comments on commit 4dffefe

Please sign in to comment.