* 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:
Andrea Corallo 2020-06-09 00:06:33 +02:00 committed by Andrea Corallo
parent 3d576c784b
commit dfa52572bd

View file

@ -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;
}