OSDN Git Service

* cpu/xstormy16.cpu (movhmemgr): Use hmem8, not lmem8.
authordj <dj>
Thu, 22 Jul 2004 01:49:26 +0000 (01:49 +0000)
committerdj <dj>
Thu, 22 Jul 2004 01:49:26 +0000 (01:49 +0000)
cgen/ChangeLog
cgen/cpu/xstormy16.cpu

index e6a85ad..30d842c 100644 (file)
@@ -1,3 +1,7 @@
+2004-07-21  DJ Delorie  <dj@redhat.com>
+
+       * cpu/xstormy16.cpu (movhmemgr): Use hmem8, not lmem8.
+
 2003-03-14  Frank Ch. Eigler  <fche@redhat.com>
 
        * cpu/iq2000.opc (parse_jtargq10): Add ATTRIBUTE_UNUSED on unused args.
index 420128f..e87effe 100644 (file)
      ("mov$ws2 $hmem8,$Rm")
      (+ 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))
+        (set-mem-psw (mem HI (and hmem8 #xFFFE)) Rm ws2)
+        (set-mem-psw (mem QI hmem8) Rm ws2))
      ()
 )