Commit 81bd5278 by Richard Kenner

(output_function_prologue): Add REGISTER_PREFIX to stack probe

instruction.

From-SVN: r13037
parent 984f29ea
...@@ -203,7 +203,7 @@ output_function_prologue (stream, size) ...@@ -203,7 +203,7 @@ output_function_prologue (stream, size)
} }
#if NEED_PROBE #if NEED_PROBE
fprintf (stream, "\ttstl sp@(%d)\n", NEED_PROBE - num_saved_regs * 4); asm_fprintf (stream, "\ttstl %Rsp@(%d)\n", NEED_PROBE - num_saved_regs * 4);
#endif #endif
if (num_saved_regs <= 2) if (num_saved_regs <= 2)
......
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