X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=includes%2FRtsExternal.h;h=31cae1a45a76e81a0ddab171ef3433e1d870cda1;hb=74f14cbc3c51135809977b29427c7c6a2af2cc34;hp=c6fd74ac8da970f1270897c8eb62c539290edf08;hpb=04cddd339c000df6d02c90ce59dbffa58d2fe166;p=ghc-hetmet.git diff --git a/includes/RtsExternal.h b/includes/RtsExternal.h index c6fd74a..31cae1a 100644 --- a/includes/RtsExternal.h +++ b/includes/RtsExternal.h @@ -111,7 +111,7 @@ void sendIOManagerEvent (HsWord32 event); extern void setIOManagerPipe (int fd); #endif -extern void* allocateExec(unsigned int len); +extern void* allocateExec(unsigned int len, void **exec_addr); // Breakpoint stuff