summaryrefslogtreecommitdiff
path: root/src/pkg/runtime/proc.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/pkg/runtime/proc.c')
-rw-r--r--src/pkg/runtime/proc.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/pkg/runtime/proc.c b/src/pkg/runtime/proc.c
index 2f36868f5..f04cb6692 100644
--- a/src/pkg/runtime/proc.c
+++ b/src/pkg/runtime/proc.c
@@ -102,9 +102,10 @@ schedinit(void)
mallocinit();
goargs();
+ // For debugging:
// Allocate internal symbol table representation now,
// so that we don't need to call malloc when we crash.
- findfunc(0);
+ // findfunc(0);
sched.gomaxprocs = 1;
p = getenv("GOMAXPROCS");