summaryrefslogtreecommitdiff
path: root/ghc/compiler
diff options
context:
space:
mode:
authorsimonmar <unknown>2000-03-14 09:31:48 +0000
committersimonmar <unknown>2000-03-14 09:31:48 +0000
commit64dfa4a8f6385f7b7aa1101e30217aa4fc4b19dd (patch)
treec0cf359a213a25b20aeb2f6bcb6a76ca39861f7f /ghc/compiler
parent2583c200d33ab08f4c1d3abaab69e695eae484a8 (diff)
downloadhaskell-64dfa4a8f6385f7b7aa1101e30217aa4fc4b19dd.tar.gz
[project @ 2000-03-14 09:31:48 by simonmar]
oops, missed one instance of UnsafeThawByteArrayOp.
Diffstat (limited to 'ghc/compiler')
-rw-r--r--ghc/compiler/nativeGen/StixPrim.lhs2
1 files changed, 0 insertions, 2 deletions
diff --git a/ghc/compiler/nativeGen/StixPrim.lhs b/ghc/compiler/nativeGen/StixPrim.lhs
index 353bd3354a..945b73bfb2 100644
--- a/ghc/compiler/nativeGen/StixPrim.lhs
+++ b/ghc/compiler/nativeGen/StixPrim.lhs
@@ -111,8 +111,6 @@ primCode [lhs] UnsafeFreezeArrayOp [rhs]
primCode [lhs] UnsafeFreezeByteArrayOp [rhs]
= simpleCoercion PtrRep lhs rhs
-primCode [lhs] UnsafeThawByteArrayOp [rhs]
- = simpleCoercion PtrRep lhs rhs
\end{code}
Returning the size of (mutable) byte arrays is just