(probe): Use %a0 to output the address.
authorRichard Stallman <rms@gnu.org>
Tue, 28 Jul 1992 05:24:15 +0000 (05:24 +0000)
committerRichard Stallman <rms@gnu.org>
Tue, 28 Jul 1992 05:24:15 +0000 (05:24 +0000)
From-SVN: r1701

gcc/config/m68k/m68k.md

index 9da998c42e678cceda9c888348e92bc5ced8fb01..9a1ea76158724096ee11ff35f961efa933e636e2 100644 (file)
 {
   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.