diff options
Diffstat (limited to 'src/pdumper.c')
| -rw-r--r-- | src/pdumper.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pdumper.c b/src/pdumper.c index d45bbc84bba..a27df8d96d4 100644 --- a/src/pdumper.c +++ b/src/pdumper.c | |||
| @@ -5504,7 +5504,7 @@ dump_do_dump_relocation (const uintptr_t dump_base, | |||
| 5504 | XSETSUBR (tem, subr); | 5504 | XSETSUBR (tem, subr); |
| 5505 | Lisp_Object *fixup = | 5505 | Lisp_Object *fixup = |
| 5506 | &(comp_u->data_relocs[XFIXNUM (lambda_data_idx)]); | 5506 | &(comp_u->data_relocs[XFIXNUM (lambda_data_idx)]); |
| 5507 | eassert (EQ (*fixup, Q__lambda_fixup)); | 5507 | eassert (EQ (*fixup, Vcomp__hashdollar)); |
| 5508 | *fixup = tem; | 5508 | *fixup = tem; |
| 5509 | Fputhash (tem, Qt, comp_u->lambda_gc_guard_h); | 5509 | Fputhash (tem, Qt, comp_u->lambda_gc_guard_h); |
| 5510 | } | 5510 | } |