- Oh look! It's a comment that didn't get saved before the last commit!

SVN r3772 (scripting)
This commit is contained in:
Randy Heit 2012-07-20 01:07:04 +00:00
parent fcceeb814a
commit a5c938445a
1 changed files with 2 additions and 0 deletions

View File

@ -548,6 +548,8 @@ begin:
ASSERTA(a); ASSERTA(a);
ptr = reg.a[a]; ptr = reg.a[a];
Do_TAILCALL: 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(B <= f->NumParam);
assert(C <= MAX_RETURNS); assert(C <= MAX_RETURNS);
{ {