diff options
Diffstat (limited to 'src/pdumper.c')
| -rw-r--r-- | src/pdumper.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/pdumper.c b/src/pdumper.c index c21af24d9f1..7108aa64788 100644 --- a/src/pdumper.c +++ b/src/pdumper.c | |||
| @@ -2960,6 +2960,7 @@ dump_native_comp_unit (struct dump_context *ctx, | |||
| 2960 | START_DUMP_PVEC (ctx, &comp_u->header, struct Lisp_Native_Comp_Unit, out); | 2960 | START_DUMP_PVEC (ctx, &comp_u->header, struct Lisp_Native_Comp_Unit, out); |
| 2961 | dump_pseudovector_lisp_fields (ctx, &out->header, &comp_u->header); | 2961 | dump_pseudovector_lisp_fields (ctx, &out->header, &comp_u->header); |
| 2962 | out->handle = NULL; | 2962 | out->handle = NULL; |
| 2963 | out->local_func_relocs = NULL; | ||
| 2963 | 2964 | ||
| 2964 | dump_off comp_u_off = finish_dump_pvec (ctx, &out->header); | 2965 | dump_off comp_u_off = finish_dump_pvec (ctx, &out->header); |
| 2965 | if (ctx->flags.dump_object_contents) | 2966 | if (ctx->flags.dump_object_contents) |