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
jberryman
GHC
Commits
a7cad169
Commit
a7cad169
authored
Apr 14, 2001
by
qrczak
Browse files
[project @ 2001-04-14 22:29:16 by qrczak]
Add stg_ap_1_upd_info to symbols known to the linker.
parent
7eb00ee3
Changes
1
Hide whitespace changes
Inline
Side-by-side
ghc/rts/Linker.c
View file @
a7cad169
/* -----------------------------------------------------------------------------
* $Id: Linker.c,v 1.3
6
2001/04/
02 07:22:50
qrczak Exp $
* $Id: Linker.c,v 1.3
7
2001/04/
14 22:29:16
qrczak Exp $
*
* (c) The GHC Team, 2000
*
...
...
@@ -85,6 +85,7 @@ typedef struct _RtsSymbolVal {
Sym(stg_gen_chk) \
SymX(stg_exit) \
SymX(stg_update_PAP) \
SymX(stg_ap_1_upd_info) \
SymX(stg_ap_2_upd_info) \
SymX(stg_ap_3_upd_info) \
SymX(stg_ap_4_upd_info) \
...
...
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