| Submitter | Nathan Froyd |
|---|---|
| Date | Oct. 8, 2010, 1:47 a.m. |
| Message ID | <20101008014746.GJ17388@nightcrawler> |
| Download | mbox | patch |
| Permalink | /patch/67126/ |
| State | New |
| Headers | show |
Comments
Patch
Index: config/m68hc11/m68hc11.c =================================================================== --- config/m68hc11/m68hc11.c (revision 165145) +++ config/m68hc11/m68hc11.c (working copy) @@ -2261,7 +2261,7 @@ m68hc11_print_operand (FILE *file, rtx o case MEM: gcc_assert (TARGET_M6812); fprintf (file, "["); - print_operand_address (file, XEXP (base, 0)); + m68hc11_print_operand_address (file, XEXP (base, 0)); fprintf (file, "]"); break;