From: Andreas HUBERT Date: Sat, 8 Nov 2008 23:43:13 +0000 (+0100) Subject: * src/vm/vm.cpp: Removed typo. X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=commitdiff_plain;h=7c4639d73a7dbad792d4178a2c7cc06fdfe35f5b;p=cacao.git * src/vm/vm.cpp: Removed typo. --- diff --git a/src/vm/vm.cpp b/src/vm/vm.cpp index b9608923b..5719f86ff 100644 --- a/src/vm/vm.cpp +++ b/src/vm/vm.cpp @@ -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 */