blinktree: Fixed wrong order of cmdline arguments.

This commit is contained in:
Michael Müller
2022-07-21 11:53:52 +02:00
parent bce0fbdc4f
commit 7d5338a393

View File

@@ -183,7 +183,7 @@ void Libc::Component::construct(Libc::Env &env) {
mx::system::Environment::set_env(&env);
char *args[] = {"blinktree_benchmark", "1:4", "-o /dev/log"};
char *args[] = {"blinktree_benchmark", "-o /dev/log", "1:4"};
Libc::with_libc([&]()
{