aboutsummaryrefslogtreecommitdiff
path: root/lopcodes.h
diff options
context:
space:
mode:
Diffstat (limited to 'lopcodes.h')
-rw-r--r--lopcodes.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lopcodes.h b/lopcodes.h
index 9ad21021..c3f7f64d 100644
--- a/lopcodes.h
+++ b/lopcodes.h
@@ -338,7 +338,7 @@ OP_CLOSURE,/* A Bx R[A] := closure(KPROTO[Bx]) */
338 338
339OP_VARARG,/* A C R[A], R[A+1], ..., R[A+C-2] = vararg */ 339OP_VARARG,/* A C R[A], R[A+1], ..., R[A+C-2] = vararg */
340 340
341OP_VARARGPREP,/*A (adjust vararg parameters) */ 341OP_VARARGPREP,/* (adjust vararg parameters) */
342 342
343OP_EXTRAARG/* Ax extra (larger) argument for previous opcode */ 343OP_EXTRAARG/* Ax extra (larger) argument for previous opcode */
344} OpCode; 344} OpCode;