X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=src%2Fmm%2Fcodememory.c;h=7d2fd89c867dfbda7c993c547ed614af1043c8fa;hb=4360c962f5d583ee2e979ef011ed4941a97aa5cd;hp=15dde3564522c9828cf39370be1b3b3f82e47448;hpb=9e37ad68a352bb6dcd0b3141792a8891d7b97dea;p=cacao.git diff --git a/src/mm/codememory.c b/src/mm/codememory.c index 15dde3564..7d2fd89c8 100644 --- a/src/mm/codememory.c +++ b/src/mm/codememory.c @@ -30,7 +30,7 @@ #include /* REMOVEME */ #include "threads/lock-common.h" -#include "threads/threads-common.h" +#include "threads/thread.h" #include "mm/codememory.h" #include "mm/memory.h" @@ -66,6 +66,8 @@ static int pagesize = 0; void codememory_init(void) { + TRACESUBSYSTEMINITIALIZATION("codememory_init"); + #if defined(ENABLE_THREADS) /* create lock for code memory */