base: calculate initial junk based on 32/64 host

Issue #666
This commit is contained in:
Alexander Boettcher 2013-03-05 11:47:24 +01:00 committed by Norman Feske
parent b38fee2867
commit 0c8b996fa4
1 changed files with 1 additions and 1 deletions

View File

@ -187,7 +187,7 @@ namespace Genode {
Resources _resources;
Heap _heap;
char _initial_junk[4 * 4096];
char _initial_junk[sizeof(addr_t) * 4096];
public: