From 0335ce91b57eaec3bcbb3ec79a8ed01a05e3d97b Mon Sep 17 00:00:00 2001 From: "beard%netscape.com" Date: Fri, 1 Sep 2000 03:16:10 +0000 Subject: [PATCH] initializing mark word. git-svn-id: svn://10.0.0.236/trunk@77837 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/gc/boehm/os_dep.c | 1 + 1 file changed, 1 insertion(+) diff --git a/mozilla/gc/boehm/os_dep.c b/mozilla/gc/boehm/os_dep.c index afc4f7149e3..38f73628573 100644 --- a/mozilla/gc/boehm/os_dep.c +++ b/mozilla/gc/boehm/os_dep.c @@ -2475,6 +2475,7 @@ void GC_save_callers(struct callinfo info[NFRAMES]) currentTree = find_tree(currentFrame); info[0].ci_pc = (word) currentTree; + info[1].ci_pc = 0; } #endif /* defined(SAVE_CALL_CHAIN) && defined(LINUX) */