ppc: indentation

This commit is contained in:
Nguyen Anh Quynh 2019-05-09 12:34:06 +08:00
parent d422c0242c
commit 12c830172e
1 changed files with 1 additions and 1 deletions

View File

@ -94,7 +94,7 @@ void PPC_printInst(MCInst *MI, SStream *O, void *Info)
char *mnem;
unsigned int opcode = MCInst_getOpcode(MI);
// printf("opcode = %u\n", opcode);
// printf("opcode = %u\n", opcode);
// Check for slwi/srwi mnemonics.
if (opcode == PPC_RLWINM) {