mirror of
https://github.com/kanjitalk755/macemu.git
synced 2024-11-18 18:05:21 +00:00
configure script is reportedly no longer crashing on FreeBSD when
SIGSEGV_SKIP_INSTRUCTION is set.
This commit is contained in:
parent
3efbc30695
commit
177cdee820
@ -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__)
|
||||
|
Loading…
Reference in New Issue
Block a user