From ccb07014691db7c2289bbaa3b300a30123d3c128 Mon Sep 17 00:00:00 2001 From: Ruben Ayrapetyan Date: Wed, 30 Jul 2014 15:42:32 +0400 Subject: [PATCH] Removing 'ret' opcode from unimplemented opcodes' list. --- src/libcoreint/opcodes.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/libcoreint/opcodes.c b/src/libcoreint/opcodes.c index 8e00170bc..b4affa1f9 100644 --- a/src/libcoreint/opcodes.c +++ b/src/libcoreint/opcodes.c @@ -333,7 +333,6 @@ do_number_arithmetic(struct __int_data *int_data, /**< interpreter context */ op(varg_3) \ op(varg_3_end) \ op(retval) \ - op(ret) \ op(b_shift_left) \ op(b_shift_right) \ op(b_shift_uright) \