mirror of
https://github.com/mmueller41/genode.git
synced 2026-01-21 20:42:56 +01:00
iso9660: Increase entrypoint stack size for 64bit
This commit is contained in:
@@ -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");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user