* dwarf2loc.c (unimplemented): Fix typo.

This commit is contained in:
Tom Tromey
2011-02-16 21:45:38 +00:00
parent b1bfef6533
commit 1ba1b3533c
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2011-02-16 Tom Tromey <tromey@redhat.com>
* dwarf2loc.c (unimplemented): Fix typo.
2011-02-16 Tom Tromey <tromey@redhat.com>
* dwarf2loc.c (unimplemented): Handle unnamed opcodes.

View File

@ -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);
}