mirror of
https://github.com/ZDoom/qzdoom.git
synced 2024-11-12 07:34:50 +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);
|
||||
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);
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue