PR#5976 continued: don't activate RETURN_AFTER_STACK_OVERFLOW yet on i386/macosx, as it needs testing on this platform
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@13760 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02master
parent
3b46f10a7c
commit
4330864827
|
@ -158,13 +158,10 @@
|
|||
#define CONTEXT_REG(r) __##r
|
||||
#endif
|
||||
|
||||
typedef unsigned long context_reg;
|
||||
#define CONTEXT_STATE (((ucontext_t *)context)->uc_mcontext->CONTEXT_REG(ss))
|
||||
#define CONTEXT_PC (CONTEXT_STATE.CONTEXT_REG(eip))
|
||||
#define CONTEXT_FAULTING_ADDRESS ((char *) info->si_addr)
|
||||
|
||||
#define RETURN_AFTER_STACK_OVERFLOW
|
||||
|
||||
/****************** I386, Solaris x86 */
|
||||
|
||||
#elif defined(TARGET_i386) && defined(SYS_solaris)
|
||||
|
|
Loading…
Reference in New Issue