• R/O
  • HTTP
  • SSH
  • HTTPS

提交

标签
No Tags

Frequently used words (click to add to your profile)

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

Commit MetaInfo

修订版7eec29f922035cc19bc6a11edda92f795caedf40 (tree)
时间2019-03-01 23:46:39
作者Yoshinori Sato <ysato@user...>
CommiterYoshinori Sato

Log Message

cleanup again

更改概述

差异

--- a/target/rx/translate.c
+++ b/target/rx/translate.c
@@ -355,7 +355,7 @@ static bool trans_MOV_ll(DisasContext *ctx, arg_MOV_ll *a)
355355 } \
356356 return true; \
357357 } while(0)
358-
358+
359359 /* mov.[bwl] rs,[rd+] */
360360 /* mov.[bwl] rs,[-rd] */
361361 static bool trans_MOV_pr(DisasContext *ctx, arg_MOV_pr *a)
@@ -1724,7 +1724,6 @@ static bool trans_SATR(DisasContext *ctx, arg_SATR *a)
17241724 gen_helper_##op(cpu_regs[a->rd], cpu_env, val); \
17251725 return true; \
17261726 }
1727-
17281727
17291728 FOP(FADD, fadd)
17301729 FOP(FSUB, fsub)
@@ -1868,7 +1867,7 @@ static void rx_bnotreg(TCGv reg, TCGv mask)
18681867 tcg_temp_free(mask); \
18691868 return true; \
18701869 }
1871-
1870+
18721871 BITOP(BSET, bset)
18731872 BITOP(BCLR, bclr)
18741873 BITOP(BTST, btst)