[project @ 2005-02-17 16:58:18 by desrt]
[ghc-hetmet.git] / ghc / rts / LinkerInternals.h
index f1e2677..3f7653f 100644 (file)
@@ -65,7 +65,7 @@ typedef struct _ObjectCode {
     int        n_symbols;
 
     /* ptr to malloc'd lump of memory holding the obj file */
-    void*      image;
+    char*      image;
 
     /* The section-kind entries for this object module.  Linked
        list. */