diff options
| author | Jun Hiroe <[email protected]> | 2013-07-12 23:12:28 +0900 |
|---|---|---|
| committer | Jun Hiroe <[email protected]> | 2013-07-12 23:12:28 +0900 |
| commit | b86409c36435502330beff87dfa3d9466d05daa7 (patch) | |
| tree | 61174cc585f817e97e741df0497f34ae2088fb35 | |
| parent | dd719383d0d76e33c80b9e1817a35fb9ac08b48b (diff) | |
| download | mruby-b86409c36435502330beff87dfa3d9466d05daa7.tar.gz mruby-b86409c36435502330beff87dfa3d9466d05daa7.zip | |
Fix comments in opcode.h
| -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 df1fcf9bd..45e5823c7 100644 --- a/src/opcode.h +++ b/src/opcode.h @@ -51,7 +51,7 @@ enum { /*----------------------------------------------------------------------- - name args description + operation code operand description ------------------------------------------------------------------------*/ OP_NOP=0,/* */ OP_MOVE,/* A B R(A) := R(B) */ |
