public inbox for sid@sourceware.org
 help / color / mirror / Atom feed
* [patch] xstormy16 movhmemgr
@ 2004-07-22  1:49 DJ Delorie
  0 siblings, 0 replies; only message in thread
From: DJ Delorie @ 2004-07-22  1:49 UTC (permalink / raw)
  To: sid


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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2004-07-22  1:49 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-07-22  1:49 [patch] xstormy16 movhmemgr DJ Delorie

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