This is the mail archive of the
egcs-patches@egcs.cygnus.com
mailing list for the EGCS project.
Re: 64x32 cross bugfix
- To: Jeffrey A Law <law@cygnus.com>
- Subject: Re: 64x32 cross bugfix
- From: Richard Henderson <rth@cygnus.com>
- Date: Mon, 12 Jul 1999 14:49:30 -0700
- Cc: egcs-patches@egcs.cygnus.com
- References: <6064.931811627@upchuck.cygnus.com>
On Mon, Jul 12, 1999 at 02:33:47PM -0600, Jeffrey A Law wrote:
> ! op1 = plus_constant (op1, XINT (constant_part, 0));
Typo. XINT is `int' sized; XWINT is `HOST_WIDE_INT' sized.
Use INTVAL instead.
r~