From 2198ea4f694a12ba677e2ecd4b2991a1f4d9d2bc Mon Sep 17 00:00:00 2001 From: Robert Xiao Date: Sat, 17 Jun 2023 14:34:25 -0700 Subject: [PATCH] Add comment about unicorn_Unicorn.h to the .c file --- bindings/java/unicorn_Unicorn.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bindings/java/unicorn_Unicorn.c b/bindings/java/unicorn_Unicorn.c index 54e90f49..86ca7e21 100644 --- a/bindings/java/unicorn_Unicorn.c +++ b/bindings/java/unicorn_Unicorn.c @@ -19,6 +19,9 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ +/** Note: JNI function signatures and names must be kept in sync with + unicorn_Unicorn.h, which is in turn auto-generated by `javac -h`. */ + #include #include "unicorn/platform.h" #include