Commit 02e02343 by Danny Smith Committed by Danny Smith

* config/i386/i386.c (x86_this_parameter): Fix typo.

From-SVN: r72390
parent c411fdae
2003-10-12 Danny Smith <dannysmith@users.sourceforge.net>
* config/i386/i386.c (x86_this_parameter): Fix typo.
2003-10-11 Jan Hubicka <jh@suse.cz> 2003-10-11 Jan Hubicka <jh@suse.cz>
* Makefile.in (web.o): New. * Makefile.in (web.o): New.
......
...@@ -15188,7 +15188,7 @@ x86_this_parameter (tree function) ...@@ -15188,7 +15188,7 @@ x86_this_parameter (tree function)
int regno = 0; int regno = 0;
if (lookup_attribute ("fastcall", TYPE_ATTRIBUTES (type))) if (lookup_attribute ("fastcall", TYPE_ATTRIBUTES (type)))
regno = 2; regno = 2;
return gen_rtx_REG (SImode, 0); return gen_rtx_REG (SImode, regno);
} }
} }
......
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