mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-26 17:18:55 +00:00
Fix typo.
This commit is contained in:
@@ -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");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user