mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-03-01 19:30:45 -08:00
* src/comp.c: Fix i386 --enable-check-lisp-object-type
* src/comp.c (load_comp_unit): Fix return type, on i386 influence parameter passing!
This commit is contained in:
parent
38a9ddbc1c
commit
f036ec97ce
1 changed files with 1 additions and 1 deletions
|
|
@ -3755,7 +3755,7 @@ load_comp_unit (struct Lisp_Native_Comp_Unit *comp_u, bool loading_dump,
|
|||
|
||||
freloc_check_fill ();
|
||||
|
||||
void (*top_level_run)(Lisp_Object)
|
||||
Lisp_Object (*top_level_run)(Lisp_Object)
|
||||
= dynlib_sym (handle,
|
||||
late_load ? "late_top_level_run" : "top_level_run");
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue