diff options
Diffstat (limited to 'libtreefs/fsys-startup.c')
-rw-r--r-- | libtreefs/fsys-startup.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libtreefs/fsys-startup.c b/libtreefs/fsys-startup.c index fcee3535..e2d138ba 100644 --- a/libtreefs/fsys-startup.c +++ b/libtreefs/fsys-startup.c @@ -28,7 +28,7 @@ treefs_S_fsys_startup (mach_port_t child_boot_port, mach_port_t control_port, struct port_info *child_boot = ports_check_port_type (child_boot_port, PT_TRANSBOOT); - assert (child_boot); /* XXX deal with exec server boot */ + assert_backtrace (child_boot); /* XXX deal with exec server boot */ err = fshelp_handle_fsys_startup (child_boot, control_port, real, real_type); ports_done_with_port (child_boot); |