fix return type for Avian_java_lang_Object_hashCode

This commit is contained in:
Joel Dice 2009-05-31 17:19:18 -06:00
parent ace985b390
commit c434f211e2

View File

@ -115,7 +115,7 @@ Avian_java_lang_Object_notifyAll
notifyAll(t, this_);
}
extern "C" JNIEXPORT jint JNICALL
extern "C" JNIEXPORT int64_t JNICALL
Avian_java_lang_Object_hashCode
(Thread* t, object, uintptr_t* arguments)
{