2000-12-03 Kazu Hirata <kazu@hxi.com>
[deliverable/binutils-gdb.git] / gas / config / tc-pj.c
index 1a70b0372d5ae577a213a8eaf1e898da8f6dc3d4..505a6278c474f59f2b82491df26ab2ff5b8283b0 100644 (file)
@@ -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
     {
This page took 0.025087 seconds and 4 git commands to generate.