diff options
Diffstat (limited to 'gas/config/obj-evax.c')
-rw-r--r-- | gas/config/obj-evax.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gas/config/obj-evax.c b/gas/config/obj-evax.c index c5317e8..9fbde27 100644 --- a/gas/config/obj-evax.c +++ b/gas/config/obj-evax.c @@ -107,8 +107,7 @@ evax_frob_symbol (symbolS *sym, int *punt) else if ((symbol->flags & BSF_GLOBAL) && (symbol->flags & BSF_FUNCTION)) { - struct evax_private_udata_struct *udata - = (struct evax_private_udata_struct *)symbol->udata.p; + struct evax_private_udata_struct *udata = symbol->udata.p; /* Fix up equates of function definitions. */ while (udata->enbsym == NULL) |