[project @ 2001-12-12 14:03:30 by simonmar]
[ghc-hetmet.git] / ghc / includes / Bytecodes.h
index 2e7842e..fe32488 100644 (file)
@@ -1,6 +1,6 @@
 
 /* -----------------------------------------------------------------------------
- * $Id: Bytecodes.h,v 1.6 2001/03/21 10:56:04 sewardj Exp $
+ * $Id: Bytecodes.h,v 1.8 2001/08/09 11:19:16 sewardj Exp $
  *
  * (c) The GHC Team, 1998-2000
  *
@@ -52,7 +52,8 @@
 #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