[project @ 2000-12-08 15:45:55 by sewardj]
authorsewardj <unknown>
Fri, 8 Dec 2000 15:45:55 +0000 (15:45 +0000)
committersewardj <unknown>
Fri, 8 Dec 2000 15:45:55 +0000 (15:45 +0000)
FILE RENAME: from fptools/ghc/rts/Bytecodes.h
               to fptools/ghc/includes/Bytecodes.h

ghc/includes/Bytecodes.h [moved from ghc/rts/Bytecodes.h with 91% similarity]

similarity index 91%
rename from ghc/rts/Bytecodes.h
rename to ghc/includes/Bytecodes.h
index f489640..fc44f26 100644 (file)
@@ -1,6 +1,6 @@
 
 /* -----------------------------------------------------------------------------
- * $Id: Bytecodes.h,v 1.19 2000/12/08 14:34:52 sewardj Exp $
+ * $Id: Bytecodes.h,v 1.2 2000/12/08 15:45:55 sewardj Exp $
  *
  * (c) The GHC Team, 1998-2000
  *
@@ -27,6 +27,8 @@
 
 #define bci_ARGCHECK  1
 #define bci_PUSH_L    2
+#define bci_PUSH_LL   28
+#define bci_PUSH_LLL  29
 #define bci_PUSH_G    3
 #define bci_PUSH_AS   26
 #define bci_PUSHT_I   4
@@ -51,6 +53,6 @@
 #define bci_TESTEQ_P  23
 #define bci_CASEFAIL  24
 #define bci_ENTER     25
-
+#define bci_RETURN    27
 
 /*-------------------------------------------------------------------------*/