From: sewardj Date: Fri, 8 Dec 2000 15:45:55 +0000 (+0000) Subject: [project @ 2000-12-08 15:45:55 by sewardj] X-Git-Tag: Approximately_9120_patches~3151 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=52ac8225f6460e43dcc3e0a858859ecfdd88e768;p=ghc-hetmet.git [project @ 2000-12-08 15:45:55 by sewardj] FILE RENAME: from fptools/ghc/rts/Bytecodes.h to fptools/ghc/includes/Bytecodes.h --- 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 /*-------------------------------------------------------------------------*/