From bc805888417f16602aeb4bfd3f6e33d32ffcae24 Mon Sep 17 00:00:00 2001 From: Kazu Hirata Date: Sun, 3 Dec 2000 06:49:23 +0000 Subject: 2000-12-03 Kazu Hirata * tc-a29k.c: Fix formatting. * tc-alpha.c: Likewise. * tc-arm.c: Likewise. * tc-cris.c: Likewise. * tc-hppa.c: Likewise. * tc-i370.c: Likewise. * tc-i386.c: Likewise. * tc-i860.c: Likewise. * tc-i960.c: Likewise. * tc-ia64.c: Likewise. * tc-m68hc11.c: Likewise. * tc-m68k.c: Likewise. * tc-m88k.c: Likewise. * tc-pj.c: Likewise. * tc-ppc.c: Likewise. * tc-sh.c: Likewise. * tc-sparc.c: Likewise. * tc-tahoe.c: Likewise. * tc-vax.c: Likewise. --- gas/config/tc-pj.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gas/config/tc-pj.c') diff --git a/gas/config/tc-pj.c b/gas/config/tc-pj.c index 1a70b03..505a627 100644 --- a/gas/config/tc-pj.c +++ b/gas/config/tc-pj.c @@ -277,7 +277,7 @@ md_assemble (str) { /* It's a fake opcode. Dig out the args and pretend that was what we were passed. */ - ((void (*)()) opcode->name) (opcode, op_end); + ((void (*) ()) opcode->name) (opcode, op_end); } else { -- cgit v1.1