This is the mail archive of the
java-discuss@sourceware.cygnus.com
mailing list for the Java project.
Re: Exceptions
- To: krab@gnu.org
- Subject: Re: Exceptions
- From: Anthony Green <green@cygnus.com>
- Date: Sun, 8 Aug 1999 07:25:14 -0700 (PDT)
- CC: java-discuss@sourceware.cygnus.com
Kresten wrote:
> I got the exception stuff working also, so now exceptions can be
> thrown `through' an ffi-call. This involves:
> * rewriting the assembly code routines to use asm("").
Hmm... I wonder if there is a better way. I'll have a look. This is
still a problem in the cvs version that I just checked in.
AG
--
Anthony Green Cygnus Solutions
Sunnyvale, California
- References:
- Exceptions
- From: Kresten Krab Thorup <krab@gnu.org>