mirror of
https://gcc.gnu.org/git/gcc.git
synced 2024-11-23 19:03:59 +08:00
stacktrace.cc (GetCallerInfo): Return nothing in case of SJLJ_EXCEPTIONS is defined.
2005-03-12 Andreas Tobler <a.tobler@schweiz.ch> * stacktrace.cc (GetCallerInfo): Return nothing in case of SJLJ_EXCEPTIONS is defined. From-SVN: r96340
This commit is contained in:
parent
7c6d34c729
commit
703be24934
@ -1,3 +1,8 @@
|
|||||||
|
2005-03-12 Andreas Tobler <a.tobler@schweiz.ch>
|
||||||
|
|
||||||
|
* stacktrace.cc (GetCallerInfo): Return nothing in case of
|
||||||
|
SJLJ_EXCEPTIONS is defined.
|
||||||
|
|
||||||
2005-03-12 Ranjit Mathew <rmathew@hotmail.com>
|
2005-03-12 Ranjit Mathew <rmathew@hotmail.com>
|
||||||
|
|
||||||
* testsuite/libjava.jacks/jacks.xfail: Add XFAILs for new JSR-201
|
* testsuite/libjava.jacks/jacks.xfail: Add XFAILs for new JSR-201
|
||||||
|
@ -429,7 +429,7 @@ _Jv_StackTrace::GetCallerInfo (jclass checkClass, jclass *caller_class,
|
|||||||
if (caller_meth)
|
if (caller_meth)
|
||||||
*caller_meth = trace_data.foundMeth;
|
*caller_meth = trace_data.foundMeth;
|
||||||
#else
|
#else
|
||||||
return NULL;
|
return;
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user