From 9592e9114e86baca2b4cf0902af4068372f445e6 Mon Sep 17 00:00:00 2001
From: sof <unknown>
Date: Wed, 21 Oct 1998 11:37:23 +0000
Subject: [PATCH] [project @ 1998-10-21 11:37:23 by sof] StablePtr primops

---
 ghc/lib/std/PrelGHC.hi-boot | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/ghc/lib/std/PrelGHC.hi-boot b/ghc/lib/std/PrelGHC.hi-boot
index 92638e5f57b2..a3bedc7d9592 100644
--- a/ghc/lib/std/PrelGHC.hi-boot
+++ b/ghc/lib/std/PrelGHC.hi-boot
@@ -199,6 +199,7 @@ PrelGHC
   newFloatArray#
   newDoubleArray#
   newAddrArray#
+  newStablePtrArray#
   
   indexArray#
   indexCharArray#
@@ -207,6 +208,7 @@ PrelGHC
   indexFloatArray#
   indexDoubleArray#
   indexAddrArray#
+  indexStablePtrArray#
   indexInt64Array#
   indexWord64Array#
   
@@ -217,6 +219,7 @@ indexWordOffAddr#
 indexAddrOffAddr#
 indexFloatOffAddr#
 indexDoubleOffAddr#
+indexStablePtrOffAddr#
 indexInt64OffAddr#
 indexWord64OffAddr#
 
@@ -224,8 +227,10 @@ writeCharOffAddr#
 writeIntOffAddr#
 writeWordOffAddr#
 writeAddrOffAddr#
+writeForeignObjOffAddr#
 writeFloatOffAddr#
 writeDoubleOffAddr#
+writeStablePtrOffAddr#
 writeInt64OffAddr#
 writeWord64OffAddr#
 
@@ -236,6 +241,7 @@ indexWordOffForeignObj#
 indexAddrOffForeignObj#
 indexFloatOffForeignObj#
 indexDoubleOffForeignObj#
+indexStablePtrOffForeignObj#
 indexInt64OffForeignObj#
 indexWord64OffForeignObj#
   
@@ -246,6 +252,7 @@ indexWord64OffForeignObj#
   writeFloatArray#
   writeDoubleArray#
   writeAddrArray#
+  writeStablePtrArray#
   writeInt64Array#
   writeWord64Array#
   
@@ -256,6 +263,7 @@ indexWord64OffForeignObj#
   readFloatArray#
   readDoubleArray#
   readAddrArray#
+  readStablePtrArray#
   readInt64Array#
   readWord64Array#
   
-- 
GitLab