diff options
| author | Yukihiro "Matz" Matsumoto <[email protected]> | 2014-06-01 22:18:04 +0900 |
|---|---|---|
| committer | Yukihiro "Matz" Matsumoto <[email protected]> | 2014-06-01 22:18:04 +0900 |
| commit | 991b19b19567220060d88bd34dfc2d9443991fd2 (patch) | |
| tree | 2fda468c10c40d41b4dfe40c15ff65c2597eef28 /src | |
| parent | cfb288e23d82b1374692f5bff8e42c7e1790df9e (diff) | |
| parent | e413294488f28e05557061b751e9114e84b656c9 (diff) | |
| download | mruby-991b19b19567220060d88bd34dfc2d9443991fd2.tar.gz mruby-991b19b19567220060d88bd34dfc2d9443991fd2.zip | |
Merge pull request #2341 from yui-knk/remove-space
Remove space.
Diffstat (limited to 'src')
| -rw-r--r-- | src/vm.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -811,7 +811,7 @@ RETRY_TRY_BLOCK: CASE(OP_LOADL) { /* A Bx R(A) := Pool(Bx) */ - regs[GETARG_A(i)] = pool[GETARG_Bx(i)]; + regs[GETARG_A(i)] = pool[GETARG_Bx(i)]; NEXT; } |
