X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=includes%2FStorage.h;fp=includes%2FStorage.h;h=d431298af94689ea218dfe5e83bdf0a71507740c;hb=c3062251034f54944061e816ed018b0b2db1b849;hp=2b8f1071962e219d01b59cfbc5255a3f11fb9c72;hpb=8f52645bd99ee3e636a34826c0cbfc5939920da1;p=ghc-hetmet.git diff --git a/includes/Storage.h b/includes/Storage.h index 2b8f107..d431298 100644 --- a/includes/Storage.h +++ b/includes/Storage.h @@ -204,7 +204,7 @@ doYouWantToGC( void ) } /* memory allocator for executable memory */ -extern void *allocateExec (nat bytes); +extern void* allocateExec(unsigned int len, void **exec_addr); extern void freeExec (void *p); /* for splitting blocks groups in two */