Skip to content
Snippets Groups Projects
Commit b4744b17 authored by Alan Modra's avatar Alan Modra
Browse files

* m32r.cpu (stb-plus): Typo fix.

parent c34f4fc6
No related branches found
No related tags found
No related merge requests found
2009-09-25 Alan Modra <amodra@bigpond.net.au>
* m32r.cpu (stb-plus): Typo fix.
2009-09-23 Doug Evans <dje@sebabeach.org> 2009-09-23 Doug Evans <dje@sebabeach.org>
* m32r.cpu (sth-plus): Fix address mode and calculation. * m32r.cpu (sth-plus): Fix address mode and calculation.
......
...@@ -2108,7 +2108,7 @@ ...@@ -2108,7 +2108,7 @@
(sequence ((WI new-src2)) (sequence ((WI new-src2))
(set new-src2 src2) (set new-src2 src2)
(set (mem QI new-src2) src1) (set (mem QI new-src2) src1)
(set src2 (add new-src2 (const 1))) (set src2 (add new-src2 (const 1))))
((m32rx (unit u-store) ((m32rx (unit u-store)
(unit u-exec (in dr src2) (out dr src2) (cycles 0))) (unit u-exec (in dr src2) (out dr src2) (cycles 0)))
(m32r2 (unit u-store) (m32r2 (unit u-store)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment