Index: opcodes/ChangeLog
[deliverable/binutils-gdb.git] / opcodes / tic54x-dis.c
index e2c0b208dd3e6dee7f58ff6687854238e2f72f8e..fbc81053c7571df0a25fccb6f527f0c7b3f35cbf 100644 (file)
@@ -1,5 +1,5 @@
 /* Disassembly routines for TMS320C54X architecture
-   Copyright (C) 1999,2000 Free Software Foundation, Inc.
+   Copyright 1999, 2000 Free Software Foundation, Inc.
    Contributed by Timothy Wall (twall@cygnus.com)
 
    This program is free software; you can redistribute it and/or modify
@@ -558,7 +558,7 @@ sprint_mmr (info, buf, mmr)
         }
       ++reg;
     }
-  sprintf (buf, "MMR(%d)", mmr); // FIXME -- different targets
+  sprintf (buf, "MMR(%d)", mmr); /* FIXME -- different targets.  */
   return 0;
 }
 
This page took 0.02372 seconds and 4 git commands to generate.