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-ext.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-ext.h')
-rw-r--r-- | opcodes/arc-ext.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/opcodes/arc-ext.h b/opcodes/arc-ext.h index 07dabb3..8a7d7c4 100644 --- a/opcodes/arc-ext.h +++ b/opcodes/arc-ext.h @@ -30,20 +30,20 @@ enum {NUM_EXT_INST = (0x1f-0x10+1) + (0x3f-0x09+1)}; enum {NUM_EXT_CORE = 59-32+1}; enum {NUM_EXT_COND = 0x1f-0x10+1}; -struct ExtInstruction +struct ExtInstruction { char flags; char *name; -}; +}; -struct ExtAuxRegister +struct ExtAuxRegister { long address; char *name; - struct ExtAuxRegister *next; + struct ExtAuxRegister *next; }; -struct arcExtMap +struct arcExtMap { struct ExtAuxRegister *auxRegisters; struct ExtInstruction *instructions[NUM_EXT_INST]; |