* pinfo.cc (status_exit): Recognize STATUS_ILLEGAL_INSTRUCTION.

(child_info::proc_retry): Ditto.
This commit is contained in:
Christopher Faylor
2011-11-05 18:47:39 +00:00
parent cd561fdb8b
commit f6ba9446ed
3 changed files with 9 additions and 0 deletions

View File

@ -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: