* src/comp.c (obj_to_reloc): Use eassume.
This commit is contained in:
parent
d995429e7b
commit
1519c758a5
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue