Commit 32638aad by Richard Kenner

(print_operand_address): Fix misspellings in messages.

From-SVN: r9713
parent 9faa82d8
...@@ -1677,7 +1677,7 @@ rtx addr; ...@@ -1677,7 +1677,7 @@ rtx addr;
fatal ("Invalid offset in ybase addressing"); fatal ("Invalid offset in ybase addressing");
} }
else else
fatal ("Invalid register in ybase addresing"); fatal ("Invalid register in ybase addressing");
fprintf (file, "*(%d)", offset); fprintf (file, "*(%d)", offset);
break; break;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment