diff options
Diffstat (limited to 'tmpfs/tmpfs.c')
-rw-r--r-- | tmpfs/tmpfs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tmpfs/tmpfs.c b/tmpfs/tmpfs.c index fd1c9aaf..28151990 100644 --- a/tmpfs/tmpfs.c +++ b/tmpfs/tmpfs.c @@ -341,7 +341,7 @@ main (int argc, char **argv) struct stat st; err = argp_parse (&startup_argp, argc, argv, ARGP_IN_ORDER, NULL, NULL); - assert_perror (err); + assert_perror_backtrace (err); task_get_bootstrap_port (mach_task_self (), &bootstrap); if (bootstrap == MACH_PORT_NULL) |