@@ -4,6 +4,9 @@
#include <pthread.h>
#include <jni.h>
+_Static_assert(sizeof(void *) <= sizeof(jlong),
+ "jlong must be big enough to hold a platform raw pointer");
+
struct lpac_jni_ctx {
jobject apdu_interface;
jobject http_interface;