mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-17 09:51:26 +00:00
- Oh look! It's a comment that didn't get saved before the last commit!
SVN r3772 (scripting)
This commit is contained in:
parent
fcceeb814a
commit
a5c938445a
1 changed files with 2 additions and 0 deletions
|
@ -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);
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue