base: increase base-control size for 32bit

It is insufficient for creating threads up to the maximum supported limit
(256 by now).

Issue #1601
This commit is contained in:
Alexander Boettcher 2015-07-23 09:27:36 +02:00 committed by Christian Helmuth
parent 9081653c96
commit 626b0a68f3

View File

@ -27,7 +27,7 @@ class Genode::Trace::Control_area
{
public:
enum { SIZE = 1024*sizeof(long) };
enum { SIZE = 8192 };
private: