* pinfo.cc (status_exit): Recognize STATUS_ILLEGAL_INSTRUCTION.
(child_info::proc_retry): Ditto.
This commit is contained in:
@ -960,6 +960,7 @@ child_info::proc_retry (HANDLE h)
|
||||
break;
|
||||
case STATUS_DLL_NOT_FOUND:
|
||||
case STATUS_ACCESS_VIOLATION:
|
||||
case STATUS_ILLEGAL_INSTRUCTION:
|
||||
case STATUS_ILLEGAL_DLL_PSEUDO_RELOCATION: /* pseudo-reloc.c specific */
|
||||
return exit_code;
|
||||
case STATUS_CONTROL_C_EXIT:
|
||||
|
Reference in New Issue
Block a user