initializing mark word.

This commit is contained in:
beard%netscape.com 2000-09-01 03:16:10 +00:00
parent 94363a0a79
commit 733202a44e

View File

@ -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) */