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:
parent
d4c285454f
commit
a0e4da0d17
3 changed files with 7 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue