mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-06 06:20:55 -08:00
; * src/unexelf.c (unexec): Fix compiler warning.
This commit is contained in:
parent
599504a87d
commit
ad0b9b9ab5
1 changed files with 2 additions and 0 deletions
|
|
@ -306,6 +306,8 @@ unexec (const char *new_name, const char *old_name)
|
||||||
old_bss_seg = seg;
|
old_bss_seg = seg;
|
||||||
}
|
}
|
||||||
eassume (old_bss_seg);
|
eassume (old_bss_seg);
|
||||||
|
if (!old_bss_seg)
|
||||||
|
emacs_abort ();
|
||||||
|
|
||||||
/* Note that old_bss_addr may be lower than the first bss section
|
/* Note that old_bss_addr may be lower than the first bss section
|
||||||
address, since the section may need aligning. */
|
address, since the section may need aligning. */
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue