aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorAndrea Corallo2021-03-07 21:01:35 +0100
committerAndrea Corallo2021-03-07 21:01:35 +0100
commitdcf2be69711be1240c09ba6f6f0482a7fcf4e21b (patch)
tree14904aaa30ec41d685cf1081791064668405cb84 /src
parentb6f06c32b47be265865949e1f09df4768d5a87e1 (diff)
downloademacs-dcf2be69711be1240c09ba6f6f0482a7fcf4e21b.tar.gz
emacs-dcf2be69711be1240c09ba6f6f0482a7fcf4e21b.zip
; * src/comp.c (load_comp_unit): Fix a comment.
Diffstat (limited to 'src')
-rw-r--r--src/comp.c2
1 files changed, 1 insertions, 1 deletions
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,
4814 /* 'dlopen' returns the same handle when trying to load two times 4814 /* 'dlopen' returns the same handle when trying to load two times
4815 the same shared. In this case touching 'd_reloc' etc leads to 4815 the same shared. In this case touching 'd_reloc' etc leads to
4816 fails in case a frame with a reference to it in a live reg is 4816 fails in case a frame with a reference to it in a live reg is
4817 active (comp-speed >= 0). 4817 active (comp-speed > 0).
4818 4818
4819 We must *never* mess with static pointers in an already loaded 4819 We must *never* mess with static pointers in an already loaded
4820 eln. */ 4820 eln. */