projects
/
ghc-hetmet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
84bd33d
)
FIX: loading the ghc package under GHCi
author
Simon Marlow
<simonmar@microsoft.com>
Thu, 10 May 2007 14:42:29 +0000
(14:42 +0000)
committer
Simon Marlow
<simonmar@microsoft.com>
Thu, 10 May 2007 14:42:29 +0000
(14:42 +0000)
rts/Linker.c
patch
|
blob
|
history
diff --git
a/rts/Linker.c
b/rts/Linker.c
index
58ee939
..
adac091
100644
(file)
--- a/
rts/Linker.c
+++ b/
rts/Linker.c
@@
-527,6
+527,7
@@
typedef struct _RtsSymbolVal {
SymX(initLinker) \
SymX(unpackClosurezh_fast) \
SymX(getApStackValzh_fast) \
+ SymX(getStackFramezh_fast) \
SymX(int2Integerzh_fast) \
SymX(integer2Intzh_fast) \
SymX(integer2Wordzh_fast) \
@@
-710,6
+711,8
@@
typedef struct _RtsSymbolVal {
SymX(getAllocations) \
SymX(revertCAFs) \
SymX(RtsFlags) \
+ Sym(breakPointIOAction) \
+ Sym(rts_setStepFlag) \
RTS_USER_SIGNALS_SYMBOLS
#ifdef SUPPORT_LONG_LONGS