Skip to content

Commit 8e07a1b

Browse files
Rot127ivg
authored andcommitted
Trace rA register for rldimi instructions.
1 parent cdaf518 commit 8e07a1b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

target/ppc/translate.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3251,6 +3251,7 @@ GEN_PPC64_R2(rldcr, 0x1E, 0x09);
32513251
static void gen_rldimi(DisasContext *ctx, int mbn, int shn)
32523252
{
32533253
log_load_gpr(rS(ctx->opcode));
3254+
log_load_gpr(rA(ctx->opcode));
32543255
TCGv t_ra = cpu_gpr[rA(ctx->opcode)];
32553256
TCGv t_rs = cpu_gpr[rS(ctx->opcode)];
32563257
uint32_t sh = SH(ctx->opcode) | (shn << 5);

0 commit comments

Comments
 (0)