]> sourceware.org Git - cgen.git/commitdiff
* cpu/xstormy16.cpu (movhmemgr): Use hmem8, not lmem8.
authorDJ Delorie <dj@redhat.com>
Thu, 22 Jul 2004 01:49:27 +0000 (01:49 +0000)
committerDJ Delorie <dj@redhat.com>
Thu, 22 Jul 2004 01:49:27 +0000 (01:49 +0000)
ChangeLog
cpu/xstormy16.cpu

index e6a85adbe2f4143dc9d20335e47648bb679be402..30d842c7065ffba76b65b937ea0ea5cc9b56cc63 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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 420128f32b5abfa44d6f27f062ac192c3c251f2c..e87effe84d31867e8e816a06d0e1c02893dd2338 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))
      ()
 )
 
This page took 0.029878 seconds and 5 git commands to generate.