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:
committed by
Bryce McKinlay
parent
d4c285454f
commit
a0e4da0d17
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user