[project @ 2000-05-11 15:11:24 by panne]
[ghc-hetmet.git] / ghc / rts / Bytecodes.h
index b66fcc7..f033a21 100644 (file)
@@ -1,6 +1,6 @@
 
 /* -----------------------------------------------------------------------------
- * $Id: Bytecodes.h,v 1.13 1999/12/07 11:49:10 sewardj Exp $
+ * $Id: Bytecodes.h,v 1.15 2000/04/11 20:44:19 panne Exp $
  *
  * (c) The GHC Team, 1998-1999
  *
@@ -390,7 +390,7 @@ typedef enum
 
 #ifdef PROVIDE_FOREIGN
     /* ForeignObj# operations */
-    , i_makeForeignObj
+    , i_mkForeignObj
 
     , indexCharOffForeignObj
     , indexIntOffForeignObj
@@ -420,19 +420,21 @@ typedef enum
 
 #ifdef PROVIDE_CONCURRENT
     /* Concurrency operations */
-    , i_fork
+    , i_forkIO
     , i_killThread
+    , i_raiseInThread
     , i_delay
     , i_waitRead
     , i_waitWrite
+    , i_yield
+    , i_getThreadId
+    , i_cmpThreadIds
 #endif
     , i_sameMVar
     , i_newMVar
     , i_takeMVar
     , i_putMVar
-    , i_getThreadId
-    , i_cmpThreadIds
-    , i_forkIO
+
 
     /* CCall! */
     , i_ccall_ccall_Id