* src/vm/vm.cpp: Removed typo.
authorAndreas HUBERT <andreas.hubert@gmx.at>
Sat, 8 Nov 2008 23:43:13 +0000 (00:43 +0100)
committerAndreas HUBERT <andreas.hubert@gmx.at>
Sat, 8 Nov 2008 23:43:13 +0000 (00:43 +0100)
src/vm/vm.cpp

index b9608923b3d4243e68e080f76dd17ff686c60e90..5719f86ff01f6f4c903c577ccfe927b7d968d7e0 100644 (file)
@@ -692,7 +692,7 @@ VM::VM(JavaVMInitArgs* vm_args)
        _jnienv = new JNIEnv();
 
 #if defined(ENABLE_JNI)
-       _jnienv->p = &_Jv_JNINativeInterface;
+       _jnienv->functions = &_Jv_JNINativeInterface;
 #endif
 
        /* actually create the JVM */