mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-20 19:42:53 -08:00
finalize_comp_unit: fix typo
This commit is contained in:
parent
060ed640af
commit
fcc4141cd3
1 changed files with 1 additions and 1 deletions
|
|
@ -2286,7 +2286,7 @@ finalize_comp_unit (struct Lisp_Native_Comp_Unit *u)
|
|||
unload_comp_unit (u);
|
||||
u->data_eph_relocs = NULL;
|
||||
u->data_imp_relocs = NULL;
|
||||
u->data_imp_relocs = NULL;
|
||||
u->data_relocs = NULL;
|
||||
}
|
||||
|
||||
static void
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue