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-09-17 19:46:29 -0400
commit702bd58ced20966eb008ab1ecb467c4c1f3e61b6 (patch)
tree3ccc39eee44288e3f93574a78226bcd6fe6a4ebd
parentcc3e00cb315e71889c37c08f4642ee744471e6e1 (diff)
downloadhaskell-702bd58ced20966eb008ab1ecb467c4c1f3e61b6.tar.gz
rts: Add stg_copyArray_barrier to RtsSymbols list
It's incredible that this wasn't noticed until now. (cherry picked from commit c2fefaf37ae134aefc4136bae7e5976f991d76f4)
-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) \