[project @ 2001-10-23 14:46:25 by rrt]
[ghc-hetmet.git] / ghc / includes / Bytecodes.h
index 7e1cd04..fe32488 100644 (file)
@@ -1,6 +1,6 @@
 
 /* -----------------------------------------------------------------------------
- * $Id: Bytecodes.h,v 1.5 2001/02/06 12:01:00 sewardj Exp $
+ * $Id: Bytecodes.h,v 1.8 2001/08/09 11:19:16 sewardj Exp $
  *
  * (c) The GHC Team, 1998-2000
  *
@@ -51,7 +51,9 @@
 #define bci_ENTER     24
 #define bci_RETURN    25
 #define bci_STKCHECK  26
-
+#define bci_JMP       27
+#define bci_CCALL     28
+#define bci_SWIZZLE   29
 
 /* If a BCO definitely requires less than this many words of stack,
    don't include an explicit STKCHECK insn in it.  The interpreter