X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;ds=sidebyside;f=ghc%2Fincludes%2FBytecodes.h;h=fe32488b65531ea001280b4d096f2d635ba73dcb;hb=16acb4976514ab4b03c79d6845e3f0e98a1a33cf;hp=7e1cd049d61b9429769f2e48f88f3c49f4f60237;hpb=ac3eab7165fdfcd2775a01262f5ea7265b29d815;p=ghc-hetmet.git diff --git a/ghc/includes/Bytecodes.h b/ghc/includes/Bytecodes.h index 7e1cd04..fe32488 100644 --- a/ghc/includes/Bytecodes.h +++ b/ghc/includes/Bytecodes.h @@ -1,6 +1,6 @@ /* ----------------------------------------------------------------------------- - * $Id: Bytecodes.h,v 1.5 2001/02/06 12:01:00 sewardj Exp $ + * $Id: Bytecodes.h,v 1.8 2001/08/09 11:19:16 sewardj Exp $ * * (c) The GHC Team, 1998-2000 * @@ -51,7 +51,9 @@ #define bci_ENTER 24 #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