diff options
Diffstat (limited to 'gdb/remote.c')
-rw-r--r-- | gdb/remote.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/remote.c b/gdb/remote.c index 9fe88f6..f730a49 100644 --- a/gdb/remote.c +++ b/gdb/remote.c @@ -3832,7 +3832,7 @@ remote_resume (struct target_ops *ops, error (_("Remote reverse-step not supported.")); if (!step && remote_protocol_packets[PACKET_bc].support == PACKET_DISABLE) - error ("_(Remote reverse-continue not supported.")); + error (_("Remote reverse-continue not supported.")); strcpy (buf, step ? "bs" : "bc"); } |