* mn10200.c (asm_file_start): Fix typo.

From-SVN: r29803
This commit is contained in:
Jeffrey A Law 1999-10-04 11:20:11 +00:00 committed by Jeff Law
parent 712fbcfac4
commit 62e1ef6878
2 changed files with 4 additions and 2 deletions

View File

@ -15,6 +15,8 @@ Mon Oct 4 02:12:41 1999 Mark Mitchell <mark@codesourcery.com>
Sun Oct 3 14:14:16 1999 Jeffrey A Law (law@cygnus.com)
* mn10200.c (asm_file_start): Fix typo.
* cppinit.c (is_idchar initializer): Tighten tests for when
to put the table into initialized memory.

View File

@ -73,8 +73,8 @@ asm_file_start (file)
else
fprintf (file, "\n\n");
output_file_directive (file, main_input_filename);
ggc_add_rtx (&zero_dreg, 1);
ggc_add_rtx (&zero_areg, 1);
ggc_add_rtx_root (&zero_dreg, 1);
ggc_add_rtx_root (&zero_areg, 1);
}
/* Print operand X using operand code CODE to assembly language output file