summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVilem Liepelt <17603372+buggymcbugfix@users.noreply.github.com>2021-08-04 22:27:58 +0200
committerVilem Liepelt <17603372+buggymcbugfix@users.noreply.github.com>2021-08-04 22:27:58 +0200
commit20f72beabe23146d26cd13cebb45cf6dbe2fe041 (patch)
tree0d5bd89847ac819fcd2d269a86e37c63b965fe93
parentee3e5ad47eb1df21b47ea66ed649478af22ed8ad (diff)
downloadhaskell-20f72beabe23146d26cd13cebb45cf6dbe2fe041.tar.gz
fix
-rw-r--r--compiler/GHC/Builtin/primops.txt.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/GHC/Builtin/primops.txt.pp b/compiler/GHC/Builtin/primops.txt.pp
index 7639eec237..7fedb7db18 100644
--- a/compiler/GHC/Builtin/primops.txt.pp
+++ b/compiler/GHC/Builtin/primops.txt.pp
@@ -1580,7 +1580,7 @@ primop SmallArrayOfOp "smallArrayOf#" GenPrimOp
{\tt smallArrayOf# (# 1, 2, 3 #) \#}.}
with
has_side_effects = True
-{}
+
primop SameSmallMutableArrayOp "sameSmallMutableArray#" GenPrimOp
SmallMutableArray# s a -> SmallMutableArray# s a -> Int#