Skip to content
Snippets Groups Projects
Commit 46a9181d authored by Simon Marlow's avatar Simon Marlow
Browse files

[project @ 1999-03-25 13:01:44 by simonm]

RET_DYN doesn't have a proper header, just an info pointer.
parent 55db5c32
No related merge requests found
/* ----------------------------------------------------------------------------
* $Id: Closures.h,v 1.11 1999/03/09 14:24:46 sewardj Exp $
* $Id: Closures.h,v 1.12 1999/03/25 13:01:44 simonm Exp $
*
* (c) The GHC Team, 1998-1999
*
......@@ -277,7 +277,7 @@ typedef struct _StgDeadWeak { /* Weak v */
*/
typedef struct {
StgHeader header;
const struct _StgInfoTable* info;
StgWord liveness;
StgWord ret_addr;
StgWord payload[0];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment