> > How did you determine that the offset was 2?? looking at setjmp.S, I > see: > movl 8(%edx),%esp > 8/4 = 2. The jmp_buf is an array of int, each int is 4 bytes on the x86... > > Tim: Can we get this merged into the distribution as a setting for > OpenBSD(i386)?? > Either that or you might just try the FreeBSD configuration. It's also 2 there. Now I don't think that's a surprise. - Godmar