Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
joshlong committed Mar 19, 2024
1 parent efe1d26 commit 8a25ff5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/com/example/demo/DemoFeature.java
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ public void duringSetup(DuringSetupAccess access) {
JAVA_LONG, JAVA_LONG));
RuntimeForeignAccess.registerForDowncall(FunctionDescriptor.of(ADDRESS, JAVA_INT, JAVA_INT), Linker.Option.firstVariadicArg(1));
RuntimeForeignAccess.registerForDowncall(FunctionDescriptor.of(JAVA_INT, JAVA_LONG, JAVA_LONG), Linker.Option.firstVariadicArg(1));
System.out.println("registered PRINTF functions");

}
}

0 comments on commit 8a25ff5

Please sign in to comment.