summaryrefslogtreecommitdiff
path: root/exec/hostarch.c
diff options
context:
space:
mode:
Diffstat (limited to 'exec/hostarch.c')
-rw-r--r--exec/hostarch.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/exec/hostarch.c b/exec/hostarch.c
index a5650279..363fda69 100644
--- a/exec/hostarch.c
+++ b/exec/hostarch.c
@@ -42,7 +42,7 @@ elf_machine_matches_host (ElfW(Half) e_machine)
(host_info_t) &hostinfo, &hostinfocnt);
if (err)
return err;
- assert (hostinfocnt == HOST_BASIC_INFO_COUNT);
+ assert_backtrace (hostinfocnt == HOST_BASIC_INFO_COUNT);
}
#define CACHE(test) ({ __label__ here; host_type = &&here; \