Last minute patch to change the signal type for ASM_PROG_VECTOR from

Eric Valette <valette@crf.canon.fr>.
This commit is contained in:
Joel Sherrill
1999-08-10 18:10:23 +00:00
parent cef2fb5fda
commit 1775dad530
2 changed files with 2 additions and 2 deletions

View File

@@ -26,11 +26,11 @@ ExcepToSig (Exception_context *ctx)
case ASM_FLOAT_VECTOR : return SIGFPE;
case ASM_TRACE_VECTOR :
case ASM_PROG_VECTOR :
case ASM_SYS_VECTOR : return SIGTRAP;
case ASM_ISI_VECTOR : return SIGSEGV;
case ASM_PROG_VECTOR :
case ASM_RESET_VECTOR :
case ASM_MACH_VECTOR :
case ASM_EXT_VECTOR :

View File

@@ -26,11 +26,11 @@ ExcepToSig (Exception_context *ctx)
case ASM_FLOAT_VECTOR : return SIGFPE;
case ASM_TRACE_VECTOR :
case ASM_PROG_VECTOR :
case ASM_SYS_VECTOR : return SIGTRAP;
case ASM_ISI_VECTOR : return SIGSEGV;
case ASM_PROG_VECTOR :
case ASM_RESET_VECTOR :
case ASM_MACH_VECTOR :
case ASM_EXT_VECTOR :