public inbox for sid@sourceware.org
 help / color / mirror / Atom feed
* [patch]: Typo in sid/component/cgen-cpu/cgen-ops.h
@ 2001-11-18 15:43 Dave Brolley
  2001-12-17 12:39 ` Dave Brolley
  0 siblings, 1 reply; 2+ messages in thread
From: Dave Brolley @ 2001-11-18 15:43 UTC (permalink / raw)
  To: sid

[-- Attachment #1: Type: text/plain, Size: 74 bytes --]

Hi,

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

Dave

[-- Attachment #2: addc.ChangeLog --]
[-- Type: text/plain, Size: 95 bytes --]

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

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


[-- Attachment #3: addc.patch.txt --]
[-- Type: text/plain, Size: 626 bytes --]

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));

^ permalink raw reply	[flat|nested] 2+ messages in thread

* [patch]: Typo in sid/component/cgen-cpu/cgen-ops.h
  2001-11-18 15:43 [patch]: Typo in sid/component/cgen-cpu/cgen-ops.h Dave Brolley
@ 2001-12-17 12:39 ` Dave Brolley
  0 siblings, 0 replies; 2+ messages in thread
From: Dave Brolley @ 2001-12-17 12:39 UTC (permalink / raw)
  To: sid

Hi,

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

Dave

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2001-12-17 20:39 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-11-18 15:43 [patch]: Typo in sid/component/cgen-cpu/cgen-ops.h Dave Brolley
2001-12-17 12:39 ` Dave Brolley

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).