• R/O
  • HTTP
  • SSH
  • HTTPS

提交

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

mrubyを超漢字で動作させる


Commit MetaInfo

修订版e5fbf9dfa2bbbe5ecbf6cc25ff5d35e7da7f00e3 (tree)
时间2015-10-22 00:37:42
作者Yukihiro "Matz" Matsumoto <matz@ruby...>
CommiterYukihiro "Matz" Matsumoto

Log Message

align codedump output for OP_JMP

更改概述

差异

--- a/src/codedump.c
+++ b/src/codedump.c
@@ -189,7 +189,7 @@ codedump(mrb_state *mrb, mrb_irep *irep)
189189 print_lv(mrb, irep, c, RA);
190190 break;
191191 case OP_JMP:
192- printf("OP_JMP\t\t%03d\n", i+GETARG_sBx(c));
192+ printf("OP_JMP\t%03d\n", i+GETARG_sBx(c));
193193 break;
194194 case OP_JMPIF:
195195 printf("OP_JMPIF\tR%d\t%03d\n", GETARG_A(c), i+GETARG_sBx(c));