mirror of
https://github.com/genodelabs/genode.git
synced 2025-04-07 19:34:56 +00:00
vancouver: calculate STACK_SIZE from addr_t size.
This is necessary on 64bit host.
This commit is contained in:
parent
8bc719ee1d
commit
4bb0a8231e
@ -69,7 +69,7 @@
|
||||
enum {
|
||||
PAGE_SIZE_LOG2 = 12UL,
|
||||
PAGE_SIZE = 1UL << PAGE_SIZE_LOG2,
|
||||
STACK_SIZE = 4096,
|
||||
STACK_SIZE = 1024*sizeof(Genode::addr_t),
|
||||
};
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user