2004-09-30
2004-09-30 15:28:09 by Martin Stjernholm <mast@lysator.liu.se>
-
aa1ba454c7c95071985bc3a0a12911e263b7069c
(6 lines)
(+4/-2)
[
Show
| Annotate
]
Branch: 7.9
Fix to make the gc work after the interpreter is gone in rtldebug mode.
Rev: src/interpret.c:1.355
2:
|| This file is part of Pike. For copyright information see COPYRIGHT.
|| Pike is distributed under GPL, LGPL and MPL. See the file COPYING
|| for more information.
- || $Id: interpret.c,v 1.354 2004/09/22 13:10:30 mast Exp $
+ || $Id: interpret.c,v 1.355 2004/09/30 15:28:09 mast Exp $
*/
#include "global.h"
166: Inside #if defined(PIKE_DEBUG)
static void gc_check_stack_callback(struct callback *foo, void *bar, void *gazonk)
{
+ if (Pike_interpreter.evaluator_stack)
gc_mark_stack_external (Pike_fp, Pike_sp, Pike_interpreter.evaluator_stack);
}
#endif