Signed-off-by: Tomek Grabiec <tgrab...@gmail.com>
---
 jit/tree-printer.c |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/jit/tree-printer.c b/jit/tree-printer.c
index 7a39664..b2944bd 100644
--- a/jit/tree-printer.c
+++ b/jit/tree-printer.c
@@ -398,7 +398,11 @@ static const char *op_names[] = {
        [OP_REM] = "rem",
        [OP_REM_64] = "rem64",
        [OP_SHL] = "shl",
+       [OP_SHL_64] = "shl64",
        [OP_SHR] = "shr",
+       [OP_SHR_64] = "shr64",
+       [OP_USHR] = "ushr",
+       [OP_USHR_64] = "ushr64",
        [OP_AND] = "and",
        [OP_OR] = "or",
        [OP_XOR] = "xor",
-- 
1.6.0.6


------------------------------------------------------------------------------
_______________________________________________
Jatovm-devel mailing list
Jatovm-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jatovm-devel

Reply via email to