From 1c9ad8a5808d263be2f29a5c5a6f7a5e9d4b65ff Mon Sep 17 00:00:00 2001 From: "Yukihiro \"Matz\" Matsumoto" Date: Tue, 15 Apr 2014 22:24:02 +0900 Subject: fixed typo in opcode.h --- src/opcode.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/opcode.h') diff --git a/src/opcode.h b/src/opcode.h index 7b5196d31..8b14af155 100644 --- a/src/opcode.h +++ b/src/opcode.h @@ -94,7 +94,7 @@ enum { OP_CALL,/* A B C R(A) := self.call(R(A),.., R(A+C)) */ OP_SUPER,/* A B C R(A) := super(R(A+1),... ,R(A+C-1)) */ OP_ARGARY,/* A Bx R(A) := argument array (16=6:1:5:4) */ - OP_ENTER,/* Ax arg setup according to flags (24=5:5:1:5:5:1:1) */ + OP_ENTER,/* Ax arg setup according to flags (23=5:5:1:5:5:1:1) */ OP_KARG,/* A B C R(A) := kdict[mSym(B)]; if C kdict.rm(mSym(B)) */ OP_KDICT,/* A C R(A) := kdict */ -- cgit v1.2.3