diff options
-rw-r--r-- | gcc/config/h8300/h8300.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/h8300/h8300.md b/gcc/config/h8300/h8300.md index 661f5a8aaa5..52d7decdfa3 100644 --- a/gcc/config/h8300/h8300.md +++ b/gcc/config/h8300/h8300.md @@ -1034,7 +1034,7 @@ } if (TARGET_H8300H || TARGET_H8300S) return \"and.l %S2,%S0\"; - return \"and %w2,%w0\;and %x2,%x0\;and %y2,%y0\;and %z2,%z0\;\"; + return \"and %w2,%w0\;and %x2,%x0\;and %y2,%y0\;and %z2,%z0\"; }" [(set_attr "length" "8") (set_attr "cc" "clobber")]) |