(FUNCTION_PROFILER): Load global pointer from $27, not $26.

From-SVN: r7892
This commit is contained in:
Richard Kenner 1994-08-11 14:09:15 -04:00
parent 1946750f3e
commit 08b2cb481a

View File

@ -920,7 +920,7 @@ extern char *alpha_function_name;
do { \
fputs ("\tlda $27,_mcount\n", (FILE)); \
fputs ("\tjsr $27,($27),_mcount\n", (FILE)); \
fputs ("\tldgp $29,0($26)\n", (FILE)); \
fputs ("\tldgp $29,0($27)\n", (FILE)); \
} while (0);