From 8a25ff5dcbed625c106daa58faa35d9221f6f111 Mon Sep 17 00:00:00 2001 From: Josh Long Date: Mon, 18 Mar 2024 22:45:44 -0400 Subject: [PATCH] up --- src/main/java/com/example/demo/DemoFeature.java | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/java/com/example/demo/DemoFeature.java b/src/main/java/com/example/demo/DemoFeature.java index ace402a..1405f2f 100644 --- a/src/main/java/com/example/demo/DemoFeature.java +++ b/src/main/java/com/example/demo/DemoFeature.java @@ -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"); } }