FIX: loading the ghc package under GHCi
authorSimon Marlow <simonmar@microsoft.com>
Thu, 10 May 2007 14:42:29 +0000 (14:42 +0000)
committerSimon Marlow <simonmar@microsoft.com>
Thu, 10 May 2007 14:42:29 +0000 (14:42 +0000)
rts/Linker.c

index 58ee939..adac091 100644 (file)
@@ -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