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] xstormy16 movhmemgr


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


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