mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-04-06 14:22:31 -07:00
Fix assertion failures in valid_lisp_object_p
The cold_user_data area is no longer pinned; this caused the assertion failures. * src/pdumper.c (pdumper_load): Make dump_public emtpy.
This commit is contained in:
parent
f9d90179c9
commit
cde26088bf
1 changed files with 2 additions and 2 deletions
|
|
@ -6258,8 +6258,8 @@ pdumper_load (const char *dump_filename, char *argv0)
|
|||
dump_late_hooks[i] ();
|
||||
|
||||
#ifdef HAVE_MPS
|
||||
dump_public.start = (uintptr_t)cold_user_data_start;
|
||||
dump_public.end = (uintptr_t)heap_end;
|
||||
/* From now on, pdumper_object_p returns false. */
|
||||
dump_public.end = dump_public.start;
|
||||
#endif
|
||||
|
||||
initialized = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue