aboutsummaryrefslogtreecommitdiff
path: root/gas/cgen.h
diff options
context:
space:
mode:
Diffstat (limited to 'gas/cgen.h')
-rw-r--r--gas/cgen.h9
1 files changed, 5 insertions, 4 deletions
diff --git a/gas/cgen.h b/gas/cgen.h
index b2b1963..4527bca 100644
--- a/gas/cgen.h
+++ b/gas/cgen.h
@@ -31,15 +31,16 @@ extern CGEN_CPU_DESC gas_cgen_cpu_desc;
#endif
/* Struct defining result of gas_cgen_finish_insn. */
-typedef struct {
+typedef struct
+{
/* frag containing the insn */
- fragS *frag;
+ fragS * frag;
/* Address of insn in frag. */
- char *addr;
+ char * addr;
/* Number of fixups this insn has. */
int num_fixups;
/* Array of fixups. */
- fixS *fixups[GAS_CGEN_MAX_FIXUPS];
+ fixS * fixups[GAS_CGEN_MAX_FIXUPS];
} finished_insnS;
/* Callback for operand parsing.