aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/runtime.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/runtime/runtime.c')
-rw-r--r--src/runtime/runtime.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/runtime/runtime.c b/src/runtime/runtime.c
index 8180b3c8ec..b53f857cb0 100644
--- a/src/runtime/runtime.c
+++ b/src/runtime/runtime.c
@@ -19,6 +19,7 @@ sys·panicl(int32 lno)
prints("\n");
sp = (uint8*)&lno;
traceback(sys·getcallerpc(&lno), sp, g);
+ tracebackothers(g);
sys·breakpoint();
sys·exit(2);
}