]> git.eshelyaron.com Git - emacs.git/commitdiff
* src/pdumper.c (dump_do_dump_relocation): Fix 'lambda_gc_guard' fill value.
authorAndrea Corallo <andcor03@e112547.nice.arm.com>
Mon, 8 Jun 2020 22:06:33 +0000 (00:06 +0200)
committerAndrea Corallo <akrl@sdf.org>
Mon, 8 Jun 2020 20:51:24 +0000 (21:51 +0100)
Given 'lambda_gc_guard' is in use for sanity checking fill it with t
as value.

src/pdumper.c

index 92ac96a8faa9f4bccf26aa9d82e988900e8a4a26..8cb9284c014acdb195272533b66dad05d851297e 100644 (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;
       }