emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

scratch/igc fcc4141cd39: finalize_comp_unit: fix typo


From: Gerd Moellmann
Subject: scratch/igc fcc4141cd39: finalize_comp_unit: fix typo
Date: Tue, 30 Apr 2024 14:35:02 -0400 (EDT)

branch: scratch/igc
commit fcc4141cd39bbc5c55a9b074b866cbda0c50dfc0
Author: Gerd Möllmann <gerd@gnu.org>
Commit: Gerd Möllmann <gerd@gnu.org>

    finalize_comp_unit: fix typo
---
 src/igc.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/igc.c b/src/igc.c
index 3127a9cd5ff..d793d67d2f4 100644
--- a/src/igc.c
+++ b/src/igc.c
@@ -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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]