; * 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;
|
||||
}
|
||||
eassume (old_bss_seg);
|
||||
if (!old_bss_seg)
|
||||
emacs_abort ();
|
||||
|
||||
/* Note that old_bss_addr may be lower than the first bss section
|
||||
address, since the section may need aligning. */
|
||||
|
|
Loading…
Add table
Reference in a new issue