configure script is reportedly no longer crashing on FreeBSD when

SIGSEGV_SKIP_INSTRUCTION is set.
This commit is contained in:
gbeauche 2002-10-03 15:49:14 +00:00
parent 3efbc30695
commit 177cdee820

View File

@ -219,10 +219,7 @@ static void powerpc_decode_instruction(instruction_t *instruction, unsigned int
#if (defined(i386) || defined(__i386__))
#define SIGSEGV_FAULT_INSTRUCTION (((struct sigcontext *)scp)->sc_eip)
#define SIGSEGV_REGISTER_FILE ((unsigned int *)&(((struct sigcontext *)scp)->sc_edi)) /* EDI is the first GPR (even below EIP) in sigcontext */
/* (gb) Disable because this would hang configure script for some reason
* though standalone testing gets it right. Any idea why?
#define SIGSEGV_SKIP_INSTRUCTION ix86_skip_instruction
*/
#endif
#endif
#if defined(__linux__)