diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2015-08-12 04:45:07 -0700 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2015-08-12 04:45:07 -0700 |
commit | 43e65147c07b1400ae0dbb6694882eceb2363713 (patch) | |
tree | e52d56a58d00c74db6c82e736464ab0f500a7181 /opcodes/nios2-dis.c | |
parent | f3445b37b67deb8f67f7885274b2544684503f78 (diff) | |
download | gdb-43e65147c07b1400ae0dbb6694882eceb2363713.zip gdb-43e65147c07b1400ae0dbb6694882eceb2363713.tar.gz gdb-43e65147c07b1400ae0dbb6694882eceb2363713.tar.bz2 |
Remove trailing spaces in opcodes
Diffstat (limited to 'opcodes/nios2-dis.c')
-rw-r--r-- | opcodes/nios2-dis.c | 10 |
1 files changed, 5 insertions, 5 deletions
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)) |