add cfm_vectors to JNIEnvVTable to match jni.h on OSX

This commit is contained in:
dicej 2008-06-15 12:51:04 -06:00
parent 32f4feb4aa
commit fb6624b9ae

View File

@ -164,6 +164,10 @@ struct JNIEnvVTable {
void* reserved2;
void* reserved3;
#if (! TARGET_RT_MAC_CFM) && defined(__ppc__)
void* cfm_vectors[225];
#endif
jint
(JNICALL *GetVersion)
(JNIEnv*);