* config/tc-xgate.c (md_begin): Fix mistake made when going from

git to cvs.
This commit is contained in:
Sean Keys 2013-01-11 21:12:34 +00:00
parent 04164e8e6d
commit 464e3686c0
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2013-01-11 Sean Keys <skeys@ipdatasys.com>
* config/tc-xgate.c (md_begin): Fix mistake made when going from
git to cvs.
2013-01-10 Peter Bergner <bergner@vnet.ibm.com>
* doc/as.texinfo (Target PowerPC): Document -mpower8 and -mhtm.

View File

@ -351,7 +351,7 @@ md_begin (void)
if (flag_print_opcodes)
{
print_opcode_list ();
xgate_print_table ();
exit (EXIT_SUCCESS);
}
}