]> git.eshelyaron.com Git - emacs.git/commitdiff
* src/comp.c (obj_to_reloc): Use eassume.
authorStefan Kangas <stefankangas@gmail.com>
Tue, 23 Jul 2024 02:03:58 +0000 (04:03 +0200)
committerEshel Yaron <me@eshelyaron.com>
Tue, 23 Jul 2024 16:00:40 +0000 (18:00 +0200)
(cherry picked from commit 1519c758a5a62b10f355097b066f4b88d3762bc4)

src/comp.c

index 08c272bed70588c6d23886a4b4a4117c5a88de43..44ab6b3493950127fd993a4b93d75513e1e60acb 100644 (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);