diff options
Diffstat (limited to 'lopcodes.h')
| -rw-r--r-- | lopcodes.h | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -338,7 +338,7 @@ 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+1], ..., R[A+C-2] = vararg */ |
| 340 | 340 | ||
| 341 | OP_VARARGPREP,/*A (adjust vararg parameters) */ | 341 | OP_VARARGPREP,/* (adjust vararg parameters) */ |
| 342 | 342 | ||
| 343 | OP_EXTRAARG/* Ax extra (larger) argument for previous opcode */ | 343 | OP_EXTRAARG/* Ax extra (larger) argument for previous opcode */ |
| 344 | } OpCode; | 344 | } OpCode; |
