diff options
Diffstat (limited to 'linux-dynamic.e')
| -rw-r--r-- | linux-dynamic.e | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linux-dynamic.e b/linux-dynamic.e index 7890043..ee34e0e 100644 --- a/linux-dynamic.e +++ b/linux-dynamic.e @@ -340,7 +340,7 @@ sys-sigaction drop ; -: handle-crash list-callers 1 sys-exit ; +: handle-crash ." CRASH" newline list-callers 1 sys-exit ; : install-crash-handler ' handle-crash entry-to-execution-token wrap-signal-handler |