From 52ac8225f6460e43dcc3e0a858859ecfdd88e768 Mon Sep 17 00:00:00 2001 From: sewardj Date: Fri, 8 Dec 2000 15:45:55 +0000 Subject: [PATCH] [project @ 2000-12-08 15:45:55 by sewardj] FILE RENAME: from fptools/ghc/rts/Bytecodes.h to fptools/ghc/includes/Bytecodes.h --- ghc/{rts => includes}/Bytecodes.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) rename ghc/{rts => includes}/Bytecodes.h (91%) diff --git a/ghc/rts/Bytecodes.h b/ghc/includes/Bytecodes.h similarity index 91% rename from ghc/rts/Bytecodes.h rename to ghc/includes/Bytecodes.h index f489640..fc44f26 100644 --- a/ghc/rts/Bytecodes.h +++ b/ghc/includes/Bytecodes.h @@ -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 /*-------------------------------------------------------------------------*/ -- 1.7.10.4