From: Richard Stallman Date: Tue, 28 Jul 1992 05:24:15 +0000 (+0000) Subject: (probe): Use %a0 to output the address. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=e8f651868160210954ef319d3b24106c7ad778e6;p=gcc.git (probe): Use %a0 to output the address. From-SVN: r1701 --- diff --git a/gcc/config/m68k/m68k.md b/gcc/config/m68k/m68k.md index 9da998c42e6..9a1ea761587 100644 --- a/gcc/config/m68k/m68k.md +++ b/gcc/config/m68k/m68k.md @@ -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.