aboutsummaryrefslogtreecommitdiffstats
path: root/vm_insnhelper.c
diff options
context:
space:
mode:
Diffstat (limited to 'vm_insnhelper.c')
-rw-r--r--vm_insnhelper.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/vm_insnhelper.c b/vm_insnhelper.c
index e36ce10237..bd6b0a2c01 100644
--- a/vm_insnhelper.c
+++ b/vm_insnhelper.c
@@ -2708,6 +2708,7 @@ vm_call_symbol(
* --+------+--------+------+------
*/
int i = argc;
+ CHECK_VM_STACK_OVERFLOW(reg_cfp, 1);
INC_SP(1);
MEMMOVE(&TOPN(i - 1), &TOPN(i), VALUE, i);
argc = ++calling->argc;