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/arc-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/arc-dis.c')
-rw-r--r-- | opcodes/arc-dis.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/opcodes/arc-dis.c b/opcodes/arc-dis.c index 92f69da..617511b 100644 --- a/opcodes/arc-dis.c +++ b/opcodes/arc-dis.c @@ -35,18 +35,18 @@ #define dbg (0) #endif -/* Classification of the opcodes for the decoder to print +/* Classification of the opcodes for the decoder to print the instructions. */ typedef enum { - CLASS_A4_ARITH, + CLASS_A4_ARITH, CLASS_A4_OP3_GENERAL, CLASS_A4_FLAG, /* All branches other than JC. */ CLASS_A4_BRANCH, CLASS_A4_JC , - /* All loads other than immediate + /* All loads other than immediate indexed loads. */ CLASS_A4_LD0, CLASS_A4_LD1, |