Commit 08b2cb48 by Richard Kenner

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

From-SVN: r7892
parent 1946750f
......@@ -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);
......
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