Skip to content

Commit

Permalink
Beep boop, I'm a robot
Browse files Browse the repository at this point in the history
  • Loading branch information
Cirromulus committed Feb 25, 2021
1 parent e24fc65 commit a4bfecf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion vp/src/core/common/gdb-mc/handler.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ void GDBServer::vCont(int conn, gdb_command_t *cmd) {
}

/* The vCont specification mandates that only the leftmost action with
* a matching thread-id is applied. Unfourtunatly, the specification
* a matching thread-id is applied. Unfortunately, the specification
* is a bit unclear in regards to handling two actions with no thread
* id (i.e. GDB_THREAD_ALL). */
if (vcont->thread.tid > 0) {
Expand Down
2 changes: 1 addition & 1 deletion vp/tests
Submodule tests updated from b5d387 to 1251c5

0 comments on commit a4bfecf

Please sign in to comment.