[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
feature/native-comp dcf2be6: ; * src/comp.c (load_comp_unit): Fix a comm
From: |
Andrea Corallo |
Subject: |
feature/native-comp dcf2be6: ; * src/comp.c (load_comp_unit): Fix a comment. |
Date: |
Sun, 7 Mar 2021 15:02:09 -0500 (EST) |
branch: feature/native-comp
commit dcf2be69711be1240c09ba6f6f0482a7fcf4e21b
Author: Andrea Corallo <akrl@sdf.org>
Commit: Andrea Corallo <akrl@sdf.org>
; * 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 b2d8b8e..b68adf3 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. */
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- feature/native-comp dcf2be6: ; * src/comp.c (load_comp_unit): Fix a comment.,
Andrea Corallo <=