Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
d029037b01 |
@@ -6775,7 +6775,7 @@ restart:
|
||||
}
|
||||
if (unlikely (JS_IsException (ret_val))) goto exception;
|
||||
if (opcode == OP_tail_call_method) goto done;
|
||||
for (i = -2; i < call_argc; i++)
|
||||
// for (i = -2; i < call_argc; i++)
|
||||
sp -= call_argc + 2;
|
||||
*sp++ = ret_val;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user