mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-23 23:42:32 +00:00
noux: increase stack size
not sufficient for 32bit noux_tool_chain_auto anymore Issue #2025
This commit is contained in:
parent
f241b6e496
commit
5f371c9a3d
@ -148,7 +148,7 @@ namespace Noux {
|
||||
|
||||
Cap_session * const _cap_session;
|
||||
|
||||
enum { STACK_SIZE = 4*1024*sizeof(long) };
|
||||
enum { STACK_SIZE = 5*1024*sizeof(long) };
|
||||
Rpc_entrypoint _entrypoint;
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user