(probe): Use %a0 to output the address.
authorrms <rms@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 28 Jul 1992 05:24:15 +0000 (05:24 +0000)
committerrms <rms@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 28 Jul 1992 05:24:15 +0000 (05:24 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@1701 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/config/m68k/m68k.md

index 9da998c..9a1ea76 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.