[multiple changes]
2000-08-02 Bryce McKinlay <bryce@albatross.co.nz> * interpret.cc (_Jv_InterpMethod::continue1): Type of `fun' changed to match C declaration in ffi.h. * Makefile.am: Add java/awt/Button.java. * Makefile.in: Rebuilt. 2000-07-29 Alexandre Petit-Bianco <apbianco@cygnus.com> * java/lang/reflect/natMethod.cc (_Jv_CallAnyMethodA): Type of the cast of the second argument to `ffi_raw_call' changed to match prototype. 2000-07-26 Alexandre Petit-Bianco <apbianco@cygnus.com> * jni.cc (_Jv_JNIMethod::call): Type of the cast of the second argument to `ffi_raw_call' changed to match prototype. From-SVN: r35418
This commit is contained in:
parent
cb7c7fc50e
commit
79c2c6da2c
6 changed files with 37 additions and 16 deletions
|
@ -414,7 +414,7 @@ _Jv_CallAnyMethodA (jobject obj,
|
|||
|
||||
try
|
||||
{
|
||||
ffi_call (&cif, (void (*) (...)) meth->ncode, result, values);
|
||||
ffi_call (&cif, (void (*)()) meth->ncode, result, values);
|
||||
}
|
||||
catch (Throwable *ex2)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue