public inbox for sid@sourceware.org
 help / color / mirror / Atom feed
From: DJ Delorie <dj@redhat.com>
To: sid@sources.redhat.com
Subject: [patch] xstormy16 movhmemgr
Date: Thu, 22 Jul 2004 01:49:00 -0000	[thread overview]
Message-ID: <200407220149.i6M1nBpV009076@greed.delorie.com> (raw)


I'm applying this rather obvious fix.

	* cpu/xstormy16.cpu (movhmemgr): Use hmem8, not lmem8.

	* xstormy16-decode.cxx: Regenerate.
	* xstormy16-sem.cxx: Regenerate.
	* xstormy16-write.cxx: Regenerate.

Index: cpu/xstormy16.cpu
===================================================================
RCS file: /cvs/src/src/cgen/cpu/xstormy16.cpu,v
retrieving revision 1.11
diff -p -C2 -r1.11 xstormy16.cpu
*** cpu/xstormy16.cpu	10 Jun 2003 21:22:04 -0000	1.11
--- cpu/xstormy16.cpu	22 Jul 2004 01:46:44 -0000
***************
*** 575,580 ****
       (+ OP1_B Rm ws2 hmem8)
       (if ws2 
! 	 (set-mem-psw (mem HI (and lmem8 #xFFFE)) Rm ws2)
! 	 (set-mem-psw (mem QI lmem8) Rm ws2))
       ()
  )
--- 575,580 ----
       (+ OP1_B Rm ws2 hmem8)
       (if ws2 
! 	 (set-mem-psw (mem HI (and hmem8 #xFFFE)) Rm ws2)
! 	 (set-mem-psw (mem QI hmem8) Rm ws2))
       ()
  )

                 reply	other threads:[~2004-07-22  1:49 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=200407220149.i6M1nBpV009076@greed.delorie.com \
    --to=dj@redhat.com \
    --cc=sid@sources.redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).