Message ID | 20101008014746.GJ17388@nightcrawler |
---|---|
State | New |
Headers | show |
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;