summaryrefslogtreecommitdiff
path: root/src/runtime/os_plan9_386.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/runtime/os_plan9_386.c')
-rw-r--r--src/runtime/os_plan9_386.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/runtime/os_plan9_386.c b/src/runtime/os_plan9_386.c
index 349086224..42c6d161c 100644
--- a/src/runtime/os_plan9_386.c
+++ b/src/runtime/os_plan9_386.c
@@ -114,7 +114,7 @@ Throw:
if(runtime·gotraceback(&crash)) {
runtime·goroutineheader(gp);
- runtime·traceback(ureg->pc, ureg->sp, 0, gp);
+ runtime·tracebacktrap(ureg->pc, ureg->sp, 0, gp);
runtime·tracebackothers(gp);
runtime·printf("\n");
runtime·dumpregs(ureg);