X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=includes%2FStorage.h;h=d431298af94689ea218dfe5e83bdf0a71507740c;hb=63179a7b10069d8f69f5bceef27008c9c7fb0aa8;hp=2b8f1071962e219d01b59cfbc5255a3f11fb9c72;hpb=fef454a0f84acdf9e4efbce6425a04fbbb577dbe;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 */