projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
984f29e
)
(output_function_prologue): Add REGISTER_PREFIX to stack probe
author
Richard Kenner
<kenner@gcc.gnu.org>
Sat, 26 Oct 1996 18:04:06 +0000
(14:04 -0400)
committer
Richard Kenner
<kenner@gcc.gnu.org>
Sat, 26 Oct 1996 18:04:06 +0000
(14:04 -0400)
instruction.
From-SVN: r13037
gcc/config/m68k/m68k.c
patch
|
blob
|
history
diff --git
a/gcc/config/m68k/m68k.c
b/gcc/config/m68k/m68k.c
index 11d3dda12c512e3fbce3d14fc01c113d98dc2bb3..c455922967138ea6121bc5214488043bdf35d133 100644
(file)
--- a/
gcc/config/m68k/m68k.c
+++ b/
gcc/config/m68k/m68k.c
@@
-203,7
+203,7
@@
output_function_prologue (stream, size)
}
#if NEED_PROBE
-
fprintf (stream, "\ttstl
sp@(%d)\n", NEED_PROBE - num_saved_regs * 4);
+
asm_fprintf (stream, "\ttstl %R
sp@(%d)\n", NEED_PROBE - num_saved_regs * 4);
#endif
if (num_saved_regs <= 2)