mirror of
https://github.com/genodelabs/genode.git
synced 2025-03-22 12:06:00 +00:00
iso9660: Increase entrypoint stack size for 64bit
This commit is contained in:
parent
9947c3d33b
commit
e2d9b31bfe
@ -306,7 +306,7 @@ int main()
|
|||||||
Iso::Pager::pager()->start();
|
Iso::Pager::pager()->start();
|
||||||
|
|
||||||
/* initialize ROM service */
|
/* initialize ROM service */
|
||||||
enum { STACK_SIZE = 4096 };
|
enum { STACK_SIZE = sizeof(long)*4096 };
|
||||||
static Cap_connection cap;
|
static Cap_connection cap;
|
||||||
static Rpc_entrypoint ep(&cap, STACK_SIZE, "iso9660_ep");
|
static Rpc_entrypoint ep(&cap, STACK_SIZE, "iso9660_ep");
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user