diff options
| author | Yukihiro "Matz" Matsumoto <[email protected]> | 2014-04-15 22:24:02 +0900 |
|---|---|---|
| committer | Yukihiro "Matz" Matsumoto <[email protected]> | 2014-04-15 22:24:02 +0900 |
| commit | 1c9ad8a5808d263be2f29a5c5a6f7a5e9d4b65ff (patch) | |
| tree | 3adfe0e27885e420f599582b807f6d338718a685 /src | |
| parent | f301f36ec517a90033567bfc1806352d52243c8d (diff) | |
| download | mruby-1c9ad8a5808d263be2f29a5c5a6f7a5e9d4b65ff.tar.gz mruby-1c9ad8a5808d263be2f29a5c5a6f7a5e9d4b65ff.zip | |
fixed typo in opcode.h
Diffstat (limited to 'src')
| -rw-r--r-- | src/opcode.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 */ |
