diff --git a/src/libcoreint/opcodes.c b/src/libcoreint/opcodes.c index effab8c6d..adc157c40 100644 --- a/src/libcoreint/opcodes.c +++ b/src/libcoreint/opcodes.c @@ -596,6 +596,8 @@ opfunc_call_n (opcode_t opdata, /**< operation data */ JERRY_ASSERT (args_number_idx > 0); args_number = (idx_t) (args_number_idx - 1); + + int_data->pos++; } else {