target-mips: remove old & unuseful comments

Backports commit 989f2aa9af7f05c323761b66c0e299059a19b7b1 from qemu
This commit is contained in:
Philippe Mathieu-Daudé 2018-03-02 14:11:18 -05:00 committed by Lioncash
parent 65c69e6ccb
commit e7176e6c85
No known key found for this signature in database
GPG Key ID: 4E3C3CC1031BA9C7

View File

@ -5211,7 +5211,6 @@ static void gen_mfc0(DisasContext *ctx, TCGv arg, int reg, int sel)
// gen_helper_mfc0_contextconfig(arg); /* SmartMIPS ASE */
rn = "ContextConfig";
goto cp0_unimplemented;
// break;
case 2:
CP0_CHECK(ctx->ulri);
tcg_gen_ld32s_tl(tcg_ctx, arg, tcg_ctx->cpu_env,
@ -5861,7 +5860,6 @@ static void gen_mtc0(DisasContext *ctx, TCGv arg, int reg, int sel)
// gen_helper_mtc0_contextconfig(tcg_ctx->cpu_env, arg); /* SmartMIPS ASE */
rn = "ContextConfig";
goto cp0_unimplemented;
// break;
case 2:
CP0_CHECK(ctx->ulri);
tcg_gen_st_tl(tcg_ctx, arg, tcg_ctx->cpu_env,
@ -6523,7 +6521,6 @@ static void gen_dmfc0(DisasContext *ctx, TCGv arg, int reg, int sel)
// gen_helper_dmfc0_contextconfig(arg); /* SmartMIPS ASE */
rn = "ContextConfig";
goto cp0_unimplemented;
// break;
case 2:
CP0_CHECK(ctx->ulri);
tcg_gen_ld_tl(tcg_ctx, arg, tcg_ctx->cpu_env,