mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-06 17:30:41 -08:00
Fix error reporting on serious signals.
This commit is contained in:
parent
d3b30eed35
commit
86ab306ebc
1 changed files with 1 additions and 1 deletions
|
|
@ -113,7 +113,7 @@ handle_signal(int sig)
|
|||
FEerror("Segmentation violation.", 0);
|
||||
break;
|
||||
default:
|
||||
FEerror("Serious signal ~D caught.", 0, MAKE_FIXNUM(sig));
|
||||
FEerror("Serious signal ~D caught.", 1, MAKE_FIXNUM(sig));
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue