Skip to content

Commit 1e1120c

Browse files
committed
[ppc] fix compile error in operands.c
1 parent 25a32f0 commit 1e1120c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

arch/powerpc/decode/operands.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1128,12 +1128,14 @@ void FillOperands32(Instruction* instruction, uint32_t word32, uint64_t address)
11281128
case PPC_ID_ICBLC:
11291129
case PPC_ID_ICBLQ:
11301130
case PPC_ID_ICBTLS:
1131+
{
11311132
uint32_t ct = (word32 >> 21) & 0xf;
11321133

11331134
PushUIMMValue(instruction, ct);
11341135
PushRAor0(instruction, word32);
11351136
PushRB(instruction, word32);
11361137
break;
1138+
}
11371139

11381140
// <op> TH, rA, rB (cache-related)
11391141
case PPC_ID_DCBTEP:

0 commit comments

Comments
 (0)