Branch: Tag:

2017-11-18

2017-11-18 10:14:46 by Arne Goedeke <el@laramies.com>

Interpreter: do not copy save_locals_bitmask on reset

3569: Inside #if defined(PIKE_DEBUG)
   n->num_args = 0;    n->return_addr = NULL;   #endif +  n->save_locals_bitmask = NULL;    if (n->scope) add_ref(n->scope);    add_ref(n->current_object);    add_ref(n->current_program);