mirror of
https://github.com/mmueller41/genode.git
synced 2026-01-21 12:32:56 +01:00
blinktree: Fixed wrong order of cmdline arguments.
This commit is contained in:
@@ -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([&]()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user