From dcf2be69711be1240c09ba6f6f0482a7fcf4e21b Mon Sep 17 00:00:00 2001 From: Andrea Corallo Date: Sun, 7 Mar 2021 21:01:35 +0100 Subject: [PATCH] ; * src/comp.c (load_comp_unit): Fix a comment. --- src/comp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/comp.c b/src/comp.c index b2d8b8ec987..b68adf31d68 100644 --- a/src/comp.c +++ b/src/comp.c @@ -4814,7 +4814,7 @@ load_comp_unit (struct Lisp_Native_Comp_Unit *comp_u, bool loading_dump, /* 'dlopen' returns the same handle when trying to load two times the same shared. In this case touching 'd_reloc' etc leads to fails in case a frame with a reference to it in a live reg is - active (comp-speed >= 0). + active (comp-speed > 0). We must *never* mess with static pointers in an already loaded eln. */ -- 2.39.2