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

[project @ 2000-04-19 10:51:59 by simonmar]

MUT_VAR needs some profiling description info.
parent 66e87ae1
No related merge requests found
/* -----------------------------------------------------------------------------
* $Id: StgMiscClosures.hc,v 1.42 2000/04/18 15:06:19 simonmar Exp $
* $Id: StgMiscClosures.hc,v 1.43 2000/04/19 10:51:59 simonmar Exp $
*
* (c) The GHC Team, 1998-2000
*
......@@ -576,7 +576,7 @@ NON_ENTERABLE_ENTRY_CODE(MUT_ARR_PTRS_FROZEN);
Mutable Variables
-------------------------------------------------------------------------- */
INFO_TABLE(MUT_VAR_info, MUT_VAR_entry, 1, 1, MUT_VAR, , EF_, 0, 0);
INFO_TABLE(MUT_VAR_info, MUT_VAR_entry, 1, 1, MUT_VAR, , EF_, "MUT_VAR", "MUT_VAR");
NON_ENTERABLE_ENTRY_CODE(MUT_VAR);
/* -----------------------------------------------------------------------------
......
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