Commit e8f65186 by Richard Stallman

(probe): Use %a0 to output the address.

From-SVN: r1701
parent 8f2c3d07
......@@ -4729,7 +4729,7 @@
{
operands[0] = gen_rtx (PLUS, SImode, stack_pointer_rtx,
gen_rtx (CONST_INT, VOIDmode, NEED_PROBE));
return \"tstl %0\";
return \"tstl %a0\";
}")
;; Used for frameless functions which save no regs and allocate no locals.
......
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