This is the mail archive of the java-patches@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [patch] fix SJLJ in stacktrace.cc


Andreas Tobler writes:
 > Hello,
 > 
 > this little fix is necessary on platforms where we have SJLJ_EXCEPTION 
 > defined.
 > 
 > Otherwise we get an error returning something in a void function.
 > 
 > Andreas
 > 
 > 2005-03-12  Andreas Tobler  <a.tobler@schweiz.ch>
 > 
 > 	* stacktrace.cc (GetCallerInfo): Return nothing in case of
 > 	SJLJ_EXCEPTIONS is defined.

Yes.  Doesn't need approval: obvious/trivial.

Thanks,
Andrew.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]