mirror of
https://github.com/yuzu-emu/unicorn.git
synced 2025-02-25 11:16:56 +00:00
target-mips: remove old & unuseful comments
Backports commit 989f2aa9af7f05c323761b66c0e299059a19b7b1 from qemu
This commit is contained in:
parent
65c69e6ccb
commit
e7176e6c85
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue