diff options
author | Simon Marlow <marlowsd@gmail.com> | 2012-12-11 15:38:00 +0000 |
---|---|---|
committer | Simon Marlow <marlowsd@gmail.com> | 2012-12-11 15:38:00 +0000 |
commit | d68411496b1cad0e2e912875f32457372b5c2fcd (patch) | |
tree | 720e292d102e90a47abd191237e5d15f2c91b838 /rts | |
parent | b0339aa1e298c700c849813fbd16b29c92e27055 (diff) | |
download | haskell-d68411496b1cad0e2e912875f32457372b5c2fcd.tar.gz |
add enabled_capabilities (#7491)
Diffstat (limited to 'rts')
-rw-r--r-- | rts/Linker.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/rts/Linker.c b/rts/Linker.c index 3e169fddc4..fa1de89a91 100644 --- a/rts/Linker.c +++ b/rts/Linker.c @@ -1310,6 +1310,7 @@ typedef struct _RtsSymbolVal { SymI_NeedsProto(rts_stop_on_exception) \ SymI_HasProto(stopTimer) \ SymI_HasProto(n_capabilities) \ + SymI_HasProto(enabled_capabilities) \ SymI_HasProto(stg_traceCcszh) \ SymI_HasProto(stg_traceEventzh) \ SymI_HasProto(stg_traceMarkerzh) \ |