Path: utzoo!utgpu!news-server.csri.toronto.edu!rutgers!usc!zaphod.mps.ohio-state.edu!mips!wdl1!rme From: rme@wdl1.wdl.fac.com (Richard M Emberson Jr) Newsgroups: comp.unix.i386 Subject: PC&SP in jmpbuf? Message-ID: <860003@wdl1.wdl.fac.com> Date: 4 Sep 90 15:08:54 GMT Lines: 18 I am trying to compile the NIH class library with g++ and need to know the position of the stack pointer and program counter in the jmpbuf array. That is, if in setjmp.h #define _JBLEN 6 and typedef int jmp_buf[_JBLEN]; then where are the PC and SP placed? Thanks. Richard M. Emberson rme@spl26.spl1.fac.ford.com