X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Fincludes%2FBytecodes.h;h=b6e05ddbafff57040f542e57a9b8dacaa01d42ce;hb=6a56f3ba02d33c38c95ff8f8da8a28d07f02ede9;hp=19b3fd1b2450751aa8677c171bcb5ac07955fbca;hpb=0bffc410964e1688ad80d277d53400659e697ab5;p=ghc-hetmet.git diff --git a/ghc/includes/Bytecodes.h b/ghc/includes/Bytecodes.h index 19b3fd1..b6e05dd 100644 --- a/ghc/includes/Bytecodes.h +++ b/ghc/includes/Bytecodes.h @@ -1,5 +1,5 @@ /* ----------------------------------------------------------------------------- - * $Id: Bytecodes.h,v 1.9 2002/12/11 15:36:37 simonmar Exp $ + * $Id: Bytecodes.h,v 1.10 2004/09/07 10:10:07 simonmar Exp $ * * (c) The GHC Team, 1998-2002 * @@ -48,7 +48,7 @@ #define bci_PUSH_APPLY_PPPP 22 #define bci_PUSH_APPLY_PPPPP 23 #define bci_PUSH_APPLY_PPPPPP 24 -#define bci_PUSH_APPLY_PPPPPPP 25 +/* #define bci_PUSH_APPLY_PPPPPPP 25 */ #define bci_SLIDE 26 #define bci_ALLOC_AP 27 #define bci_ALLOC_PAP 28