iso9660: Increase entrypoint stack size for 64bit

This commit is contained in:
Norman Feske 2014-01-30 21:13:53 +01:00
parent 9947c3d33b
commit e2d9b31bfe

View File

@ -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");