* m32r.cpu (stb-plus): Typo fix.
authorAlan Modra <amodra@gmail.com>
Fri, 25 Sep 2009 14:07:07 +0000 (14:07 +0000)
committerAlan Modra <amodra@gmail.com>
Fri, 25 Sep 2009 14:07:07 +0000 (14:07 +0000)
cpu/ChangeLog
cpu/m32r.cpu

index 2afbaf2d9d872c1749357e51c4129e7d7b99b0c2..2b8c45a454567b2dc5860510046ac99b1754be78 100644 (file)
@@ -1,3 +1,7 @@
+2009-09-25  Alan Modra  <amodra@bigpond.net.au>
+
+       * m32r.cpu (stb-plus): Typo fix.
+
 2009-09-23  Doug Evans  <dje@sebabeach.org>
 
        * m32r.cpu (sth-plus): Fix address mode and calculation.
index 08eec2acde0ef76649ff58aaa89a9042e0f27f3d..e24fc3d19fc353ff374726fda46f9f3b50a638c8 100644 (file)
      (sequence ((WI new-src2))
               (set new-src2 src2)
               (set (mem QI new-src2) src1)
-              (set src2 (add new-src2 (const 1)))
+              (set src2 (add new-src2 (const 1))))
      ((m32rx (unit u-store)
            (unit u-exec (in dr src2) (out dr src2) (cycles 0)))
       (m32r2 (unit u-store)
This page took 0.026495 seconds and 4 git commands to generate.