summaryrefslogtreecommitdiff
path: root/cpu/m32r.cpu
diff options
context:
space:
mode:
authorAlan Modra <amodra@bigpond.net.au>2009-09-25 14:07:07 +0000
committerAlan Modra <amodra@bigpond.net.au>2009-09-25 14:07:07 +0000
commit4c7d3ef18e1920a4eaf5e400f35e6bd87c8dcbbd (patch)
tree2486b005f17088d24e6ce362c023ac9f6a21e7ee /cpu/m32r.cpu
parent99a715bd2b83787504600caf617c035e64666e04 (diff)
downloadbinutils-redhat-4c7d3ef18e1920a4eaf5e400f35e6bd87c8dcbbd.tar.gz
* m32r.cpu (stb-plus): Typo fix.
Diffstat (limited to 'cpu/m32r.cpu')
-rw-r--r--cpu/m32r.cpu2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpu/m32r.cpu b/cpu/m32r.cpu
index 08eec2acde..e24fc3d19f 100644
--- a/cpu/m32r.cpu
+++ b/cpu/m32r.cpu
@@ -2108,7 +2108,7 @@
(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)