diff options
Diffstat (limited to 'gdb/dwarf2loc.c')
-rw-r--r-- | gdb/dwarf2loc.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gdb/dwarf2loc.c b/gdb/dwarf2loc.c index f90335d..3a297c7 100644 --- a/gdb/dwarf2loc.c +++ b/gdb/dwarf2loc.c @@ -1340,7 +1340,8 @@ unimplemented (unsigned int op) error (_("DWARF operator %s cannot be translated to an agent expression"), name); else - error (_("Unknown DWARF operator 0x%02x cannot be to an agent expression"), + error (_("Unknown DWARF operator 0x%02x cannot be translated " + "to an agent expression"), op); } |