Xref: news2.mv.net comp.os.msdos.djgpp:3688 From: Charles Sandmann Newsgroups: comp.os.msdos.djgpp Subject: Re: ___djgpp_exception_state_number? Date: Fri, 10 May 1996 22:29:08 CDT Organization: Rice University, Houston, Texas Lines: 8 Message-ID: <31940984.sandmann@clio.rice.edu> References: <4n0qar$jso AT news1 DOT goodnet DOT com> Reply-To: sandmann AT clio DOT rice DOT edu NNTP-Posting-Host: clio.rice.edu To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp > problem is that I need to find out if its my exception or the 'real' exception > that generated the SIGILL. Example: Look at src/libc/go32/dpmiexcp.c, include/setjmp.h These files should show you what you need to know (it's a field in the exception state structure). Oh, and congrats on working through an undocumented section of V2 :-)