diff options
Diffstat (limited to 'lopcodes.h')
| -rw-r--r-- | lopcodes.h | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -336,7 +336,7 @@ OP_SETLIST,/* A vB vC k R[A][vC+i] := R[A+i], 1 <= i <= vB */ | |||
| 336 | 336 | ||
| 337 | OP_CLOSURE,/* A Bx R[A] := closure(KPROTO[Bx]) */ | 337 | OP_CLOSURE,/* A Bx R[A] := closure(KPROTO[Bx]) */ |
| 338 | 338 | ||
| 339 | OP_VARARG,/* A C R[A], R[A+1], ..., R[A+C-2] = vararg */ | 339 | OP_VARARG,/* A C R[A], ..., R[A+C-2] = vararg, R[B] is vararg param. */ |
| 340 | 340 | ||
| 341 | OP_GETVARG, /* A B C R[A] := R[B][R[C]], R[B] is vararg parameter */ | 341 | OP_GETVARG, /* A B C R[A] := R[B][R[C]], R[B] is vararg parameter */ |
| 342 | 342 | ||
