mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-07 08:00:48 -08:00
; * src/comp.c (load_comp_unit): Fix a comment.
This commit is contained in:
parent
b6f06c32b4
commit
dcf2be6971
1 changed files with 1 additions and 1 deletions
|
|
@ -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. */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue