summaryrefslogtreecommitdiffhomepage
path: root/dev/launch
diff options
context:
space:
mode:
Diffstat (limited to 'dev/launch')
-rw-r--r--dev/launch/src/AppMain.cc7
1 files changed, 2 insertions, 5 deletions
diff --git a/dev/launch/src/AppMain.cc b/dev/launch/src/AppMain.cc
index 94b0ba35..b75b928a 100644
--- a/dev/launch/src/AppMain.cc
+++ b/dev/launch/src/AppMain.cc
@@ -10,11 +10,8 @@
/// @note This called by _NeMain from its own runtime.
extern "C" SInt32 nelaunch_startup_fn(Void) {
- /// @todo Start LaunchHelpers.fwrk services, make the launcher manageable too (via mgmt.launch)
-
- NELAUNCH_INFO("Turning on launcher...");
-
- UInt32* ret = (UInt32*) libsys_syscall_arg_1(libsys_hash_64("__launch_register_pid0"));
+ /// Start LaunchHelpers.fwrk services, and make the launcher manageable too (via mgmt.launch)
+ UInt32* ret = (UInt32*) libsys_syscall_arg_1(libsys_hash_64("__launch_register_launch_service"));
if (ret) {
switch (*ret) {