Commit 095f9093 by Kaveh R. Ghazi Committed by Kaveh Ghazi

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

From-SVN: r61442
parent 084087e1
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.
......
......@@ -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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment