mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-24 07:20:37 +00:00
* src/comp.c (obj_to_reloc): Use eassume.
This commit is contained in:
parent
d995429e7b
commit
1519c758a5
@ -956,7 +956,7 @@ obj_to_reloc (Lisp_Object obj)
|
||||
|
||||
xsignal1 (Qnative_ice,
|
||||
build_string ("can't find data in relocation containers"));
|
||||
assume (false);
|
||||
eassume (false);
|
||||
|
||||
found:
|
||||
eassert (XFIXNUM (idx) < reloc.array.len);
|
||||
|
Loading…
Reference in New Issue
Block a user