boehm.cc (_Jv_RegisterFinalizer): Cast eth' to GC_PTR.

eth'

        * boehm.cc (_Jv_RegisterFinalizer): Cast 
eth' to GC_PTR.
        * exception.cc (_Jv_Throw): Cast _Jv_type_matcher' to __eh_matcher.

From-SVN: r28428
This commit is contained in:
Bryce McKinlay 1999-08-03 00:23:03 +00:00 committed by Bryce McKinlay
parent d4c285454f
commit a0e4da0d17
3 changed files with 7 additions and 2 deletions

View file

@ -147,7 +147,7 @@ _Jv_Throw (void *value)
_Jv_eh_alloc ();
ehinfo = *(__get_eh_info ());
}
ehinfo->eh_info.match_function = _Jv_type_matcher;
ehinfo->eh_info.match_function = (__eh_matcher)_Jv_type_matcher;
ehinfo->eh_info.language = EH_LANG_Java;
ehinfo->eh_info.version = 1;
ehinfo->value = value;