mirror of
https://github.com/genodelabs/genode.git
synced 2025-03-21 19:45:52 +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();
|
||||
|
||||
/* initialize ROM service */
|
||||
enum { STACK_SIZE = 4096 };
|
||||
enum { STACK_SIZE = sizeof(long)*4096 };
|
||||
static Cap_connection cap;
|
||||
static Rpc_entrypoint ep(&cap, STACK_SIZE, "iso9660_ep");
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user