summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2020-08-11 10:27:28 -0400
committerBen Gamari <ben@smart-cactus.org>2020-08-11 10:27:54 -0400
commitc2fefaf37ae134aefc4136bae7e5976f991d76f4 (patch)
tree93a0e364cae7041efc0eed96bb225c48a6b629a4
parent77398b678aba45ba25932a39b7e8a7a31d0dd6f3 (diff)
downloadhaskell-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.c1
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) \