mirror of
https://github.com/genodelabs/genode.git
synced 2025-02-22 02:16:44 +00:00
test-trace_buffer: increase thread stack to 8K
Prevents warnings on x86_32/linux.
This commit is contained in:
parent
dda168fc10
commit
548c3b46ad
@ -168,7 +168,7 @@ struct Test_thread : Thread
|
||||
}
|
||||
|
||||
Test_thread(Env &env, Trace::Buffer &buffer, unsigned delay)
|
||||
: Thread(env, "producer", 1024 * sizeof(addr_t)),
|
||||
: Thread(env, "producer", 8*1024),
|
||||
env(env),
|
||||
buffer(buffer),
|
||||
delay(delay)
|
||||
|
Loading…
x
Reference in New Issue
Block a user