add native method for clearing prefetch cache to System.java
[IRC.git] / Robust / src / Runtime / object.c
index 4e7f7f964eda6fe869caaf7462eae6a3b8a0209c..ab986ecbb141d16cd2f282fe1a8499e25446c887 100644 (file)
@@ -6,7 +6,7 @@
 #include "thread.h"
 #endif
 
-int CALL01(___Object______hashCode____, struct ___Object___ * ___this___) {
+int CALL01(___Object______nativehashCode____, struct ___Object___ * ___this___) {
   return (int) VAR(___this___);
 }