diff options
Diffstat (limited to 'gcc/dwarf2out.c')
| -rw-r--r-- | gcc/dwarf2out.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/dwarf2out.c b/gcc/dwarf2out.c index d16b809857d..e7c4adb5cdc 100644 --- a/gcc/dwarf2out.c +++ b/gcc/dwarf2out.c @@ -3448,7 +3448,7 @@ get_cfa_from_loc_descr (dw_cfa_location *cfa, struct dw_loc_descr_struct *loc) cfa->offset = ptr->dw_loc_oprnd1.v.val_unsigned; break; default: - internal_error ("DW_LOC_OP %s not implemented\n", + internal_error ("DW_LOC_OP %s not implemented", dwarf_stack_op_name (ptr->dw_loc_opc)); } } |

