From a5c938445a7b22e2a227402b6a344dba8ae14c3f Mon Sep 17 00:00:00 2001 From: Randy Heit Date: Fri, 20 Jul 2012 01:07:04 +0000 Subject: [PATCH] - Oh look! It's a comment that didn't get saved before the last commit! SVN r3772 (scripting) --- src/zscript/vmexec.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/zscript/vmexec.h b/src/zscript/vmexec.h index b59b44e94..71d71f065 100644 --- a/src/zscript/vmexec.h +++ b/src/zscript/vmexec.h @@ -548,6 +548,8 @@ begin: ASSERTA(a); ptr = reg.a[a]; Do_TAILCALL: + // Whereas the CALL instruction uses its third operand to specify how many return values + // it expects, TAIL ignores its third operand and uses whatever was passed to this Exec call. assert(B <= f->NumParam); assert(C <= MAX_RETURNS); {