X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=includes%2Frts%2FBytecodes.h;h=5e1fc287cb3f6d5a3c1ef1c4208585d63542e4ae;hb=4bba92f93b88e15f0e0f23732d2cfa540acb737b;hp=4aff907cfd4911bb63a714e62cdb171d267486e8;hpb=a2a67cd520b9841114d69a87a423dabcb3b4368e;p=ghc-hetmet.git diff --git a/includes/rts/Bytecodes.h b/includes/rts/Bytecodes.h index 4aff907..5e1fc28 100644 --- a/includes/rts/Bytecodes.h +++ b/includes/rts/Bytecodes.h @@ -1,6 +1,6 @@ /* ----------------------------------------------------------------------------- * - * (c) The GHC Team, 1998-2002 + * (c) The GHC Team, 1998-2009 * * Bytecode definitions. * @@ -77,6 +77,8 @@ #define bci_RETURN_L 52 #define bci_RETURN_V 53 #define bci_BRK_FUN 54 +#define bci_TESTLT_W 55 +#define bci_TESTEQ_W 56 /* If you need to go past 255 then you will run into the flags */ /* If you need to go below 0x0100 then you will run into the instructions */