This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
jvmti patch for mingw32
- From: Marco Trudel <mtrudel at gmx dot ch>
- To: GCJ <java at gcc dot gnu dot org>
- Date: Fri, 22 Sep 2006 21:18:58 +0200
- Subject: jvmti patch for mingw32
Building for mingw32 is currently broken at multiple places. This is the
first patch. I'll see if I can fix the others as well...
Ok? I have no commiting rights...
Marco
--- jvmti.cc 2006-09-22 21:14:53.000000000 +0200
+++ jvmti.cc 2006-09-22 21:13:24.000000000 +0200
@@ -966,7 +966,7 @@
return JVMTI_ERROR_NONE;
}
-jvmtiError
+jvmtiError JNICALL
_Jv_JVMTI_GetErrorName (MAYBE_UNUSED jvmtiEnv *env, jvmtiError error,
char **name_ptr)
{