This is the mail archive of the sid@sources.redhat.com mailing list for the SID project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[patch]: Typo in sid/component/cgen-cpu/cgen-ops.h


Hi,

I've committed the attached patch as an obvious fix to a typo.

Dave
2001-12-17  Dave Brolley  <brolley@redhat.com>

	* cgen-ops.h: Correct return type of ADDCHI.

Index: sid/component/cgen-cpu/cgen-ops.h
===================================================================
RCS file: /cvs/src/src/sid/component/cgen-cpu/cgen-ops.h,v
retrieving revision 1.6
diff -c -p -r1.6 cgen-ops.h
*** sid/component/cgen-cpu/cgen-ops.h	2001/08/04 12:04:47	1.6
--- sid/component/cgen-cpu/cgen-ops.h	2001/12/17 20:32:11
*************** ADDCQI (QI a, QI b, BI c)
*** 351,357 ****
    return res;
  }
  
! inline QI
  ADDCHI (HI a, HI b, HI c)
  {
    HI res = ADDHI (a, ADDHI (b, c));
--- 351,357 ----
    return res;
  }
  
! inline HI
  ADDCHI (HI a, HI b, HI c)
  {
    HI res = ADDHI (a, ADDHI (b, c));

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]