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.h | |
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.h')
-rw-r--r-- | opcodes/arc-dis.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/opcodes/arc-dis.h b/opcodes/arc-dis.h index f90f8a5..dc73322 100644 --- a/opcodes/arc-dis.h +++ b/opcodes/arc-dis.h @@ -21,14 +21,14 @@ #ifndef ARCDIS_H #define ARCDIS_H -enum +enum { BR_exec_when_no_jump, BR_exec_always, BR_exec_when_jump }; -enum Flow +enum Flow { noflow, direct_jump, @@ -41,7 +41,7 @@ enum Flow enum { no_reg = 99 }; enum { allOperandsSize = 256 }; -struct arcDisState +struct arcDisState { void *_this; int instructionLen; @@ -50,7 +50,7 @@ struct arcDisState const char *(*auxRegName)(void*, int); const char *(*condCodeName)(void*, int); const char *(*instName)(void*, int, int, int*); - + unsigned char* instruction; unsigned index; const char *comm[6]; /* instr name, cond, NOP, 3 operands */ |