mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-23 21:37:34 +00:00
* src/pdumper.c (dump_do_dump_relocation): Fix 'lambda_gc_guard' fill value.
Given 'lambda_gc_guard' is in use for sanity checking fill it with t as value.
This commit is contained in:
parent
3d576c784b
commit
dfa52572bd
1 changed files with 1 additions and 1 deletions
|
|
@ -5367,7 +5367,7 @@ dump_do_dump_relocation (const uintptr_t dump_base,
|
|||
&(comp_u->data_imp_relocs[XFIXNUM (lambda_data_idx)]);
|
||||
eassert (EQ (*fixup, Qlambda_fixup));
|
||||
*fixup = tem;
|
||||
Fputhash (tem, Qnil, comp_u->lambda_gc_guard);
|
||||
Fputhash (tem, Qt, comp_u->lambda_gc_guard);
|
||||
}
|
||||
break;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue