aboutsummaryrefslogtreecommitdiffstats
path: root/src/pdumper.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/pdumper.c')
-rw-r--r--src/pdumper.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pdumper.c b/src/pdumper.c
index 5bfccb8ac90..610b94b0a32 100644
--- a/src/pdumper.c
+++ b/src/pdumper.c
@@ -5323,7 +5323,7 @@ dump_do_dump_relocation (const uintptr_t dump_base,
5323 XNATIVE_COMP_UNIT (subr->native_comp_u); 5323 XNATIVE_COMP_UNIT (subr->native_comp_u);
5324 if (!comp_u->handle) 5324 if (!comp_u->handle)
5325 error ("can't relocate native subr with not loaded compilation unit"); 5325 error ("can't relocate native subr with not loaded compilation unit");
5326 Lisp_Object c_name = Fgethash (name, Vsym_subr_c_name_h, Qnil); 5326 Lisp_Object c_name = Fgethash (name, Vcomp_sym_subr_c_name_h, Qnil);
5327 if (NILP (c_name)) 5327 if (NILP (c_name))
5328 error ("missing label name"); 5328 error ("missing label name");
5329 void *func = dynlib_sym (comp_u->handle, SSDATA (c_name)); 5329 void *func = dynlib_sym (comp_u->handle, SSDATA (c_name));