diff options
| author | Ben Gamari <ben@smart-cactus.org> | 2020-08-11 10:27:28 -0400 |
|---|---|---|
| committer | Ben Gamari <ben@smart-cactus.org> | 2020-08-11 10:27:54 -0400 |
| commit | c2fefaf37ae134aefc4136bae7e5976f991d76f4 (patch) | |
| tree | 93a0e364cae7041efc0eed96bb225c48a6b629a4 | |
| parent | 77398b678aba45ba25932a39b7e8a7a31d0dd6f3 (diff) | |
| download | haskell-wip/copyArray_barrier.tar.gz | |
rts: Add stg_copyArray_barrier to RtsSymbols listwip/copyArray_barrier
It's incredible that this wasn't noticed until now.
| -rw-r--r-- | rts/RtsSymbols.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/rts/RtsSymbols.c b/rts/RtsSymbols.c index 4482e1f820..2895711089 100644 --- a/rts/RtsSymbols.c +++ b/rts/RtsSymbols.c @@ -710,6 +710,7 @@ SymI_HasProto(stg_copySmallArrayzh) \ SymI_HasProto(stg_copySmallMutableArrayzh) \ SymI_HasProto(stg_casSmallArrayzh) \ + SymI_HasProto(stg_copyArray_barrier) \ SymI_HasProto(stg_newBCOzh) \ SymI_HasProto(stg_newByteArrayzh) \ SymI_HasProto(stg_casIntArrayzh) \ |
