From 43e65147c07b1400ae0dbb6694882eceb2363713 Mon Sep 17 00:00:00 2001 From: "H.J. Lu" Date: Wed, 12 Aug 2015 04:45:07 -0700 Subject: Remove trailing spaces in opcodes --- opcodes/nios2-dis.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'opcodes/nios2-dis.c') diff --git a/opcodes/nios2-dis.c b/opcodes/nios2-dis.c index 2735aad..a199470 100644 --- a/opcodes/nios2-dis.c +++ b/opcodes/nios2-dis.c @@ -96,7 +96,7 @@ nios2_r2_disassembler_state = { NULL, 0 }; - + /* Function to initialize the opcode hash table. */ static void nios2_init_opcode_hash (nios2_disassembler_state *state) @@ -218,7 +218,7 @@ static struct nios2_reg * nios2_coprocessor_regs (void) { static struct nios2_reg *cached = NULL; - + if (!cached) { int i; @@ -238,7 +238,7 @@ static struct nios2_reg * nios2_control_regs (void) { static struct nios2_reg *cached = NULL; - + if (!cached) { int i; @@ -859,7 +859,7 @@ nios2_print_insn_arg (const char *argptr, reglist = i << 2; dir = GET_IW_F1X4L17_REGMASK (opcode) ? 1 : -1; break; - + case iw_L5I4X1_type: /* Encoding for push.n/pop.n. */ reglist |= (1 << 31); @@ -903,7 +903,7 @@ nios2_print_insn_arg (const char *argptr, (*info->fprintf_func) (info->stream, "--"); i = GET_IW_F1X4I12_A (opcode); - (*info->fprintf_func) (info->stream, "(%s)", + (*info->fprintf_func) (info->stream, "(%s)", nios2_builtin_regs[i].name); if (GET_IW_F1X4L17_ID (opcode)) -- cgit v1.1