X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=includes%2Frts%2FBytecodes.h;h=5e1fc287cb3f6d5a3c1ef1c4208585d63542e4ae;hb=f30d527344db528618f64a25250a3be557d9f287;hp=8764b180dfebdc9e07e00780eb9f553e90a793f2;hpb=d20d32d788e2d6c088e6b03776c428df5bb004d3;p=ghc-hetmet.git diff --git a/includes/rts/Bytecodes.h b/includes/rts/Bytecodes.h index 8764b18..5e1fc28 100644 --- a/includes/rts/Bytecodes.h +++ b/includes/rts/Bytecodes.h @@ -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 */