diff options
Diffstat (limited to 'includes/Linker.h')
-rw-r--r-- | includes/Linker.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/includes/Linker.h b/includes/Linker.h index 681a7f9199..624d389b17 100644 --- a/includes/Linker.h +++ b/includes/Linker.h @@ -33,6 +33,9 @@ HsInt resolveObjs( void ); /* load a dynamic library */ char *addDLL( char* dll_name ); +/* lookup an address in the datacon tbl */ +char *lookupDataCon( StgWord addr); + extern void markRootPtrTable(void (*)(StgClosure **)); #endif /* LINKER_H */ |