* stacktrace.cc (GetCallerInfo): Return nothing in case of
SJLJ_EXCEPTIONS is defined.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@96340
138bc75d-0d04-0410-961f-
82ee72b054a4
+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>
* testsuite/libjava.jacks/jacks.xfail: Add XFAILs for new JSR-201
if (caller_meth)
*caller_meth = trace_data.foundMeth;
#else
- return NULL;
+ return;
#endif
}