From f3eb97bf1c77b6ddbb317ce2cfe29316613afacb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20M=C3=BCller?= Date: Wed, 20 Jul 2022 15:09:09 +0200 Subject: [PATCH] Hello_mxtask: Needed filename string instead of std::cout. --- repos/mml/src/app/hello_mxtask/main.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/repos/mml/src/app/hello_mxtask/main.cc b/repos/mml/src/app/hello_mxtask/main.cc index be24ff474e..fb51fb3b44 100644 --- a/repos/mml/src/app/hello_mxtask/main.cc +++ b/repos/mml/src/app/hello_mxtask/main.cc @@ -67,7 +67,7 @@ void Libc::Component::construct(Libc::Env &env) mx::tasking::runtime_guard _{cores}; // Create and profile and write it to stdout - mx::tasking::runtime::profile(std::cout); + mx::tasking::runtime::profile("/dev/log"); // Create an instance of the HelloWorldTask with the current core as first // parameter. The core is required for memory allocation.