aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorAndrea Corallo2020-03-08 22:33:54 +0000
committerAndrea Corallo2020-03-08 22:33:54 +0000
commitdc7ccfaf0fe7580afb59e0ebe5b44123f5c4c586 (patch)
treefd04c970f4528ecfcdccf400d9bd9c8a83306c09 /src
parent4c8a84002f4c1a2d30f96fa451dd221605ab84e3 (diff)
downloademacs-dc7ccfaf0fe7580afb59e0ebe5b44123f5c4c586.tar.gz
emacs-dc7ccfaf0fe7580afb59e0ebe5b44123f5c4c586.zip
* Fix typo into pdumper integration
Diffstat (limited to 'src')
-rw-r--r--src/pdumper.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pdumper.c b/src/pdumper.c
index 71551d7c709..4ecdea14538 100644
--- a/src/pdumper.c
+++ b/src/pdumper.c
@@ -5320,7 +5320,7 @@ dump_do_dump_relocation (const uintptr_t dump_base,
5320 error ("missing label name"); 5320 error ("missing label name");
5321 void *func = dynlib_sym (comp_u->handle, SSDATA (c_name)); 5321 void *func = dynlib_sym (comp_u->handle, SSDATA (c_name));
5322 if (!func) 5322 if (!func)
5323 error ("can't function in compilation unit"); 5323 error ("can't find function in compilation unit");
5324 subr->function.a0 = func; 5324 subr->function.a0 = func;
5325 break; 5325 break;
5326 } 5326 }