Commit 16f7d029 by Mark Mitchell Committed by Mark Mitchell

* config/m68k/m68k.c (m68k_output_mi_thunk): Fix typo.

From-SVN: r58339
parent ab3146fd
2002-10-20 Mark Mitchell <mark@codesourcery.com>
* config/m68k/m68k.c (m68k_output_mi_thunk): Fix typo.
2002-10-20 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
PR other/8202
......
......@@ -3840,7 +3840,7 @@ void
m68k_output_mi_thunk (file, thunk, delta, function)
FILE *file;
tree thunk ATTRIBUTE_UNUSED;
HOST_WIDE_INT d;
HOST_WIDE_INT delta;
tree function;
{
if (delta > 0 && delta <= 8)
......
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