mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-04-23 02:00:53 -07:00
Fixed typo in SIGBUS message (unixint.d)
This commit is contained in:
parent
9a40202940
commit
762a948889
1 changed files with 1 additions and 1 deletions
|
|
@ -271,7 +271,7 @@ define_handler(lisp_signal_handler, int sig, siginfo_t *info, void *aux)
|
|||
the_env->nvalues = 0;
|
||||
ecl_unwind(the_env, destination);
|
||||
}
|
||||
ecl_internal_error("SIGSEGV without handler to jump to.");
|
||||
ecl_internal_error("SIGBUS without handler to jump to.");
|
||||
}
|
||||
#endif
|
||||
default:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue