ppc: indentation
This commit is contained in:
parent
5e43a5a438
commit
68858b841e
|
@ -94,7 +94,7 @@ void PPC_printInst(MCInst *MI, SStream *O, void *Info)
|
||||||
char *mnem;
|
char *mnem;
|
||||||
unsigned int opcode = MCInst_getOpcode(MI);
|
unsigned int opcode = MCInst_getOpcode(MI);
|
||||||
|
|
||||||
// printf("opcode = %u\n", opcode);
|
// printf("opcode = %u\n", opcode);
|
||||||
|
|
||||||
// Check for slwi/srwi mnemonics.
|
// Check for slwi/srwi mnemonics.
|
||||||
if (opcode == PPC_RLWINM) {
|
if (opcode == PPC_RLWINM) {
|
||||||
|
|
Loading…
Reference in New Issue