This is the mail archive of the java@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: jvmti patch for mingw32


Patches go to java-patches@gcc.gnu.org

David Daney.


Marco Trudel wrote:
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)
{


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]