* i386.c (x86_function_profiler): Fix format specifier.

From-SVN: r61442
This commit is contained in:
Kaveh R. Ghazi 2003-01-17 13:44:44 +00:00 committed by Kaveh Ghazi
parent 084087e1f5
commit 095f90933f
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
2003-01-17 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
* i386.c (x86_function_profiler): Fix format specifier.
2003-01-17 Richard Henderson <rth@redhat.com>
* gengtype.c (walk_type): Allow paramN_is.

View file

@ -14823,7 +14823,7 @@ x86_function_profiler (file, labelno)
else
{
#ifndef NO_PROFILE_COUNTERS
fprintf (file, "\tmovl\t$%sP%d,%%$s\n", LPREFIX, labelno,
fprintf (file, "\tmovl\t$%sP%d,%%$%s\n", LPREFIX, labelno,
PROFILE_COUNT_REGISTER);
#endif
fprintf (file, "\tcall\t%s\n", MCOUNT_NAME);