diff options
-rw-r--r-- | gcc/config/mn10300/mn10300.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/mn10300/mn10300.md b/gcc/config/mn10300/mn10300.md index bf913b2..041e0ae 100644 --- a/gcc/config/mn10300/mn10300.md +++ b/gcc/config/mn10300/mn10300.md @@ -1503,7 +1503,7 @@ [(set (pc) (match_operand:SI 0 "register_operand" "a")) (use (label_ref (match_operand 1 "" "")))] "" - "jmp (%0)" + "jmp (%0)" [(set_attr "cc" "none")]) ;; Call subroutine with no return value. |