1
0
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:
Stefan Kangas 2024-07-23 04:03:58 +02:00
parent d995429e7b
commit 1519c758a5

View File

@ -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);