Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Glasgow Haskell Compiler
GHC
Commits
95e22b18
Commit
95e22b18
authored
Dec 11, 2001
by
chak
Browse files
[project @ 2001-12-11 02:59:17 by chak]
I guess, this got lost in Julian's commit yesterday.
parent
8ec3d0f1
Changes
1
Show whitespace changes
Inline
Side-by-side
ghc/includes/StgMiscClosures.h
View file @
95e22b18
/* -----------------------------------------------------------------------------
/* -----------------------------------------------------------------------------
* $Id: StgMiscClosures.h,v 1.4
0
2001/1
1/08 12:46:31 simonmar
Exp $
* $Id: StgMiscClosures.h,v 1.4
1
2001/1
2/11 02:59:17 chak
Exp $
*
*
* (c) The GHC Team, 1998-1999
* (c) The GHC Team, 1998-1999
*
*
...
@@ -77,6 +77,7 @@ extern DLL_IMPORT_RTS const vec_info_8 stg_ctoi_ret_V_info;
...
@@ -77,6 +77,7 @@ extern DLL_IMPORT_RTS const vec_info_8 stg_ctoi_ret_V_info;
extern
DLL_IMPORT_RTS
const
StgInfoTable
stg_gc_unbx_r1_ret_info
;
extern
DLL_IMPORT_RTS
const
StgInfoTable
stg_gc_unbx_r1_ret_info
;
extern
DLL_IMPORT_RTS
const
StgInfoTable
stg_gc_f1_ret_info
;
extern
DLL_IMPORT_RTS
const
StgInfoTable
stg_gc_f1_ret_info
;
extern
DLL_IMPORT_RTS
const
StgInfoTable
stg_gc_d1_ret_info
;
extern
DLL_IMPORT_RTS
const
StgInfoTable
stg_gc_d1_ret_info
;
extern
DLL_IMPORT_RTS
const
StgInfoTable
stg_gc_l1_ret_info
;
/* this is the NIL ptr for a TSO queue (e.g. runnable queue) */
/* this is the NIL ptr for a TSO queue (e.g. runnable queue) */
#define END_TSO_QUEUE ((StgTSO *)(void*)&stg_END_TSO_QUEUE_closure)
#define END_TSO_QUEUE ((StgTSO *)(void*)&stg_END_TSO_QUEUE_closure)
...
@@ -267,6 +268,9 @@ EF_(stg_gc_f1);
...
@@ -267,6 +268,9 @@ EF_(stg_gc_f1);
EI_
(
stg_gc_d1_ret_info
);
EI_
(
stg_gc_d1_ret_info
);
EF_
(
stg_gc_d1
);
EF_
(
stg_gc_d1
);
EI_
(
stg_gc_l1_ret_info
);
EF_
(
stg_gc_l1
);
EI_
(
stg_gc_ut_1_0_ret_info
);
EI_
(
stg_gc_ut_1_0_ret_info
);
EF_
(
stg_gc_ut_1_0
);
EF_
(
stg_gc_ut_1_0
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment